VisualStudio

Everything related to Visual Studio

Released: ASP.NET MVC 3 RTM

Microsoft has released the final version of ASP.NET MVC 3 RTM (Release-To-Manufacture) on 01/12/2011. ASP.NET MVC 3 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The framework encourages developers to maintain…
Read more

[Recent Releases] Microsoft Visual Studio 2010 Service Pack 1 Beta, Microsoft .NET Framework 4 KB2162169 – BETA, Visual Studio Team Foundation Server 2010 SP1 Beta

This is a quick listing on some of the software updates and released happened from Microsoft in this recent weeks. So that you all can keep updated. Windows Azure Platform Training Kit – December Update Windows Azure Platform Training Kit…
Read more

New Release: Windows Azure SDK and Windows Azure Tools for Microsoft Visual Studio (November 2010)

Windows Azure Tools for Microsoft Visual Studio, which includes the Windows Azure SDK, extends Visual Studio 2010 to enable the creation, configuration, building, debugging, running, packaging and deployment of scalable web applications and services on Windows Azure. New for version…
Read more

Doing Parallel Tasks using Parallel Class – Part 01(Parallel.For Parallel.ForEach)

Introduction Recently I had a requirement for performance tuning the application which my team is working on. We thought of running using normal .NET Threading. But I thought about utilizing the Parallel programming extensions(PFX) in .NET Framework 4.0. Since we…
Read more