tech shatabdhi

1 07 2010

Hyderabadtechies has conducted many online events so far but tech shatabdhi stands out rest of all in terms of more number of sessions,more games and new feature of hyderabadtechies social activity.Its one-of-a-kind event for nonstop 100 days where any one can login to this non commercial website hyderabadtechies.com and attend any session on any technology of their preference.This event consists of games,morning and evening online sessions on various microsoft technolgies by speakers master in their subject and social activities.All the activities conducted under this event are completely free and you can avail its benifits at the comfort of your home.What you need is to just logon to our site starting from 28 June to 6 october 2010.

Want Act As A Speaker….?
Send us your topic and date of availability to this mail admin@hyderabadtechies.info

Event Start End Dates….
Start Date : Monday 28/June/2010
End date : Wednesday 6/october/2010

for more info Please visit this site

http://techshatabdhi.hyderabadtechies.info/main.aspx





Disable Protocol Support for Web Services

1 07 2010

Last time when i developed webservice, my Staff is asking about how to provide Secruity of Webservice

I browse some sites, i got nice aritcle from microsoft site

http://msdn.microsoft.com/en-us/library/9hdd3w8c(VS.80).aspx

http://msdn.microsoft.com/en-us/library/ff649362.aspx

What is the purpose of disable Protocol:-

Actually when we are implement webservice it is accept Http-Get,Http-Post and Http Soap protocols, but somebody send the request in the form of Http-Get and Http-Post to reduce the risk for invoke webservice.

for Security purpose we will disable Http-Get and Http-Post because soneone is calling Http request.

Http-Get and Http-Post is for Testing form when we are testing in local server or production server.

Make sure if you are deploy your service into production server please remove Http-Get and Http-Post

how to Remove

Go to web.config, search <webService></webService> tag

if not there put this tag under <system.web>

remove these protocols

<webServices>
<protocols>
<remove name=”HttpGet”/>
<remove name=”HttpPost”/>
<remove name=”HttpPostLocalhost”/>
<remove name=”Unknown”/>
</protocols>
</webServices>
now run you webservice locally or production from IIS Server you can get the webservice list but you cant test, if you want test comment the above code in web.config.  Once your testing over make sure uncomment those line for security purpose




Plagiarism Detection Tool

27 04 2010

http://www.duplichecker.com/index.asp





Hyd Techies offline event

19 04 2010

Hyd Techies Proudly announced Offline Event on 24th April, lets gain updated technologies tricks and tips by Tech Experts

Please find, below is the agenda of Offline Event


If you are interested to attend this offline event please register





Best Practices for Speeding Up Your Web Site

19 04 2010

Read this Article





How to put FavIcon in WordPress blog

15 04 2010

Hi

Last week i searched for how to put fav icon for word press blog, here is the simple steps for put FAVICON

Step 1:-Select/Design Images which you want to put into FavIcon

Step 2:- Upload that images for FavIcon Image generation

Step 3:-logged into wordpress blog

Step 4:-Open DashBoard of your account, it look like below

Step 5:-look right side for Blog Picture/Icon, select the favicon images and upload

Step 6:-Refresh the Browser and observe the Icon of the browser





Snoop WPF debugging Tool

8 04 2010

What
Snoop is WPF utility for Visual Debugging at runtime
Where
Download link
Download Here
How to Work
After installing Snoop tool –>Run the snoop tool
Snoop Visual Debugging Tool for WPF

once we run Snoop tool it will search what are the WPF application running currently into our System

It will showing on dropdown list, if not showing please click on refresh button right side of dropdown list

Click on magnify button it will show current selected WPF app into Zoomer

Click on Snoop this application it will load the our Current WPF application visual Elements on left hand side and their Properties will show in right hand

If you mouse over the element it will show the preview of that element like document outline in Visual Studio





Silverlight Version

7 04 2010

Silverlight 1.0
Silverlight 2.0
Silverlight 3.0
Silverlight 4.0—>yet to be Release on 12th April 2010





My Session Video’s in Hyd Techies

5 04 2010

Microsoft Hyd Techeis Feb Fever Video’s

My Video’s
Database Mail
Part 1
Part 2
Part 3
Part 4
Session Slide Database Mail




Why WPF

2 04 2010

Why we are using WPF instead of Normal Windows App, so i did some research of WPF now i got idea what is the power of WPF

First we consider what are the Prob/Drawbacks of Normal Windows apps

1)Graphics Support:-By using GDI+ we can implement graphics, we need to check what type of directx available every thing we have to write lot of code

2)Audio and Video Support:- There no Native Controls for playing audio and video controls

3)Styles:-No build in Styles available

4)Resource:-we have to def manually by using Resouce files

6)Project Types:-we can implement either windows forms or windows controls lib thats will run under .net framework compatible OS

this is small set of prob/drawbacks of Normal Windows app

so now we will turn to WPF

WPF acronym is Windows Presentation Framework

Features:-

1)Rich Support of 2D and 3D Graphics

2)Native Controls for Audio and Video Support

3)Styles:-we want to provide look and feel of all controls in Form/Page level or Application Level

4)XAML:-eXtensible Application markup language is used to working on Properties rather than writing code. It is used XML based language. Every tag must be closed tag.

5)Project Types:-WPF support 3 types of Project Types

1)Stand alone:-It is similar to out normal Windows application which run local system with full trusted environement means it can access registry settings,files etc.

2)XBAP:-XAML Broser Application which run in Web Browser with partial trust environment means very limited access of local system

3)Loosse XAML :- It is used to provide navigation based application which can move from one page to another page like web application it is also run under web browser

6)Layout Controls:-Compare to Normal Windows App WPF support great layout controls to provide position controls into forms

They are:-1)Statck Panel
2)Wrap Panel
3)Dock Panel
4)Grid
7)Separation of Code and User Interface:-The Great feature of WPF is Separation of Code and user interface so designer will design the form by using Expression Blend and developers works on code using Visual Studio

Tools for WPF:-

1)Visual Studio
2)Expression Blend

.Net Windows Applications use GDI/GDI+ for graphics but WPF use DirectX(Direct3D,DirectMusic,DirectVideo etc…)








Follow

Get every new post delivered to your Inbox.