Today, Microsoft has released the Windows 8 RTM and Windows Server 2012 R2 RTM bits for MSDN/TechNet Subscribers. As rumoured earlier final build version is 6.3.9600.16384. If you are an MSDN/TechNet Subscriber you can download the latest build from: MSDN: https://msdn.microsoft.com/en-US/subscriptions/securedownloads/hh442898 TechNet: https://technet.microsoft.com/en-us/subscriptions/securedownloads/hh442904.aspx Related blogs for reference: Download Windows 8.1 RTM, Visual Studio 2013 RC […]
Read more →Category: .NET
All .NET Related Stuffs goes here.
Visual Studio 2012.4 RC 3 Available
Microsoft has released the Visual Studio 2012.4 RC3 Update for Visual studio 2012. This update includes lots of bug fixes and improvements. Here are some informative links for you: Download – Visual Studio 2012.4 RC3 Update Visual Studio 2012.4 RC3 Update – KB Article
Read more →Visual Studio 2012 Update 4–Released
Microsoft has today released the final RTW(Release-To-Web) version of Visual Studio 2012 Update 4 . This update is the latest in a cumulative series of feature additions and bug fixes for Visual Studio 2012. Download: Visual Studio 2012 Update 4 ( Web Install | Offline ISO ) Visual Studio Team Foundation Server 2012 with Update […]
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 tied to a thread until the request is completed. Now with new ASP.NET 4.5 – […]
Read more →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 […]
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 a free, fully supported Microsoft framework for developing great web applications using the Model-View-Controller pattern. […]
Read more →