Microsoft has released the final version of the Visual Studio 2012 – Update 2. You can get more details on release from Somasekhar’s blog: Visual Studio 2012 Update 2 Now Available. Somasekhar is VP of Developer Division at Microsoft. For information about the latest update, see Visual Studio Updates. Download Visual Studio 2012 Update 2 […]
Read more →Category: ASP.NET
ASP.NET Related
Visual Studio 2012 Update 3–Released
Microsoft has released the final of Visual Studio 2012 Update 3. This update is the latest in a cumulative series of feature additions and bug fixes for Visual Studio 2012. For information about the latest update, see Visual Studio Updates and the Visual Studio Update KB Article. DOWNLOAD: Visual Studio 2012 Update 3 (Online Installer) Also […]
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 ASP.NET MVC Templates for Facebook applications and Single Page Application using knockout.js and ASP.NET Web […]
Read more →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 and agility. Agile team support: easier agile planning with Web Access and new Kanban support, […]
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 →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 →