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…
Cloud Distilled ~ Nithin Mohan
Everywhere, intelligence with cloud computing
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…
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…
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…
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…
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…
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…