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… Continue reading
Category: .NET
All .NET Related Stuffs goes here.
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 –… Continue reading
Windows Phone Toolkit – September 2012
Recently new update for Windows Phone Toolkit – September 2012 has been released. As per the release notes here are the changes or features included as part of this release New Features New control CustomMessageBox New control Rating New transition effects Updated control templates to more closely match the 1st party experience Shortened the product… Continue reading
Kinect for Windows SDK v1.6–Released
Microsoft has released v1.6 of the Kinect for Windows SDK with support for Windows 8 application support, Visual Studio 2012 development support. You can develop Windows Store applications that would utilize the Kinect Sensor through the USB interface, the new SDK provides enough support necessary for application development using Visual Studio 2012 in a Windows… Continue reading
Windows 8 Camp in a Box–a set of Hands-on-labs, presentations, samples
Windows 8 Camp in a Box is a set of hands-on-labs, presentations, samples and resources from the Windows 8 camps. The Windows 8 camps are free training events for developers ramping up on Windows Store app development. To sign-up or join for a Windows camp(in your region), please visit http://devcamps.ms/windows. We have two packages available… Continue reading
ASPNET MVC Framework Versions & Features
Introduction Today, Microsoft’s ASP.NET MVC framework has become a robust framework for building highly scalable, maintainable enterprise web applications. I am just taking you through the journey of ASP.NET MVC since 2009 and where we are today. ASP.NET MVC is a free, fully supported Microsoft framework for developing great web applications using the Model-View-Controller pattern.… Continue reading
How to–Install Windows Phone 7.1 SDK in Windows 8
I have seen people keep complaining that they are unable to install Windows Phone SDK 7.1 on Windows 8 and they ended up unable to develop Windows Phone applications using Visual Studio 2010. I am going to give you some tips in getting Windows Phone SDK installed on your Windows 8 PC along with Visual… Continue reading
Windows Phone 8 SDK Preview opens for existing application developers Sept. 12
In an announcement by Todd Brix Microsoft Windows Phone team blog has commenced that Windows Phone 8 SDK near to final preview can be available for existing Windows Phone application developers through Windows Phone 8 SDK Preview Program. More details about Windows Phone 8 SDK Preview Program, and how existing developers can get going by… Continue reading
Visual Studio 2012 Launch Event– at Hyderabad on – Sept 17th 2012
I got surprised to see Microsoft has sent out Visual Studio 2012 Launch event invites to most of Microsoft developers. By the time I tried to register, registration was closed – since already reached expected volume of registrations. It was so unfortunate to miss this event, as I could not register for this event on… Continue reading
Bring Start Menu back to your Windows 8 PC with Start8
Stardock Corporation(makers of ObjectDock and WindowBlinds) has released a free tool – Start8 – that will bring Start Menu back to your Windows 8 PC. This tool will give you a native looking Start Menu to your Windows 8 OS, with more familiar programs listing. It would be useful to all Windows enthusiasts who are… Continue reading