Getting Current with Visual Studio 2010 for Web Developers

Posted by plitwin on ASP.net Weblogs See other posts from ASP.net Weblogs or by plitwin
Published on Fri, 24 Jun 2011 21:47:00 GMT Indexed on 2011/06/25 0:23 UTC
Read the original article Hit count: 553

Filed under:
|
|
|

I don't know about you, but I find it kind of crazy at times figuring out if I have the latest of everything there is for the Visual Studio 2010 developer from Microsoft. (This does not include any third-party components, just recommended updates from Microsoft.) And the be honest, the msn.microsoft.com and asp.net sites are not that helpful in figuring this out.

In an effort to help, I have enumerated here what the latest VS 2010 setup should include, complete with download links. When you install everything here, you will be able to develop ASP.NET 4.0 Web Forms and ASP.NET MVC 3 applications and web sites in addition to the other stuff your version of Visual Studio supports (e.g., Silverlight, WPF, etc.). These downloads will also include NuGet and the Entity Framework 4.1, so there is no need to download this software separately.

  1. Visual Studio 2010.
    First of all, you need to purchase and install Visual Studio 2010 itself. For the free Express version, you can download it from Visual Web Developer 2010 Express

  2. Visual Studio Service Pack 1 (released Spring 2011).
    This is a must-have download that fixes a bunch of bugs and a number of enhancements too including preliminary support for HTML5 and CSS3. See #4 below for better support of these web technologies. Download and install from VS 2010 SP1 download page. You can find details on the features of the service pack here.

  3. ASP.NET MVC3 Tools Update (released Spring 2011)
    If you are using ASP.NET MVC 3, then you should also download install this update for Visual Studio from ASP.NET MVC3 Tools Update download page. This update improves Visual Studio's support for MVC 3, including better scaffolding, NuGet, Entity Framework 4.1, and more. A good overview of the updates can be found in Phil Haack's blog post.

  4. Web Standards Update for Microsoft Visual Studio 2010 SP1 (released June 2011)
    This is an update to VS 2010 SP1 that "brings VS 2010 intellisense & validation as close to W3C specification as we could get via means of an extension". Download and install from Web Standards Update download page. A good description of the changes can be found in the Visual Web Developer Team blog post.

Note: I don't control these download pages, so it is possible they will change. If so, I will do my best to update these links. This information was current as of June 24, 2011.

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about mvc