Windows Phone 8 – Internet Explorer 10 support for Mobile Websites–UserAgent(UA) details for IE10-WP8

Earlier Microsoft has announced that upcoming Windows Phone 8 will have Mobile version of Internet Explorer 10. IE10 have lots of improvements in terms of HTML5, JavaScript/ECMAScript support etc. If you want your existing mobile websites to compatible to IE10 and you are using any User Agent(UA) detection logic to provide UA specific User Experience […]

Read more โ†’

Windows Azure Training Kit – October 2012

Microsoft Azure Training Kit โ€“ October 2012 is the latest set of Microsoft Azure Training tutorials, samples for Developers and Microsoft enthusiasts. October 2012 Update The October 2012 update of the Windows Azure Training Kit includes 47 hands-on labs, 24 demos and 38 presentations. Some of the updates in this version include: Updated 22 presentations […]

Read more โ†’

Download – Microsoft Web Deploy v3.0 for IIS

The Web Deployment Tool simplifies the migration, management and deployment of IIS Web servers, Web applications and Web sites. Administrators can use command-line scripting with the Web Deployment Tool to synchronize IIS 6.0, IIS 7.0 and IIS 8.0 servers or to migrate an IIS 6.0 and IIS 7.0 servers to IIS 8.0. The Web Deployment […]

Read more โ†’

Microsoft Community Techdays 2012 – Hyderabad – on Novemeber 28th 2012

Microsoft has announcement the Community Tech-days 2012 which is going to happen in all the cities in India. This is the first time Microsoft has announced such a big opportunity for developer community all over india to experience the ultimate developer event “Microsoft Community Techdays“. You can find the details about all available locations : […]

Read more โ†’

Lazy Request Validation in ASPDotNET 4.5 and AntiXSS

Lazy Request Validation is an interesting feature included as part of .NET Framework 4.5 and ASP.NET 4.5. By default all request data is subject to request validation. However, you can configure the application to defer request validation until you actually access request data. You can configure the application to use deferred validation in the Web.config […]

Read more โ†’

Read and Write HTTP Requests and Responses asynchronously using ASP.NET 4.5

  With ASP.NET 4 – Microsoft has introduced the ability to read an HTTP request entity as a stream using the HttpRequest.GetBufferlessInputStream method. This method provides streaming access to the request entity. But this process happens synchronously because it was tied to a thread until the request is completed. Now with new ASP.NET 4.5 โ€“ […]

Read more โ†’