ASP.NET

ASP.NET Related

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

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…
Read more

Facebook C# SDK v6.0.22 RTW with Windows 8 and .NET 4.5 is released

Facebook v6.0.22 RTW with official support for Windows 8 and .NET 4.5 released. The Facebook C# SDK helps .Net developers build web, desktop, phone and metro style applications that integrate with Facebook. In order to use this SDK with your…
Read more

Visual Studio 2012 RTM available for download

Microsoft has released Visual Studio 2012 RTM for MSDN subscribers on 15th AUG 2012. MSDN Subscribers can download it from MSDN here, logging in with your msdn credentials. Those who doesnā€™t have MSDN subscription can download trial versions from below…
Read more