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