ASP.NET 4.5

Visual Studio 2012 Update 1–Available Now

Microsoft has released the Update 1 for Visual studio 2012 RTM. The key features available with this update include: SharePoint development: additional ALM capabilities in SharePoint – such as Load Testing and Coded UI testing support – improving quality, scalability…
Read more

New Update for ASP.NET & Visual Studio 2012 – Microsoft ASP.NET Fall 2012 Update BUILD Prerelease

A new prerelease update for Microsoft ASP.NET 4.5 has been introduced for Visual Studio 2012 and Visual Studio Express for WEB. This release updates Visual Studio 2012 with a prerelease update to ASP.NET. Features and updates: Enhanced Website publishing New…
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…
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…
Read more