views:

3567

answers:

8

Does anyone have a summary list of what new features are available in VS2010? And what and high level requirements are (OS, etc)?

+2  A: 

A good place to start is the Visual Studio section on Channel 9.

There are a number of 2010 links on that page which give great introductions and walk throughs of the upcoming features.

JaredPar
+6  A: 

The .NET Framework universe poster is here http://tinyurl.com/PDC2008-NETFX4PDF

(deep zoom version): http://tinyurl.com/DotNetFramework4PosterDeepZoom

This is the best place to start your journey into features. The MIX conference had a couple of sessions on VS 2010 that are worth looking at, and I see someone mentioned the Channel 9 video series.

Here are some features I think are worthwhile:

  1. UML
  2. Black box - rerun tests from a recorder
  3. Test first development (create stubs from tests)
  4. Managed Extensability Framework (MEF) - Yeah, it can be used for UI, as well
  5. F# as a completely supported language
  6. Silverlight and WPF designers

The official site has quite a few links to look at: http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx

Gregory A Beamer
ah nice geeky nice posters!
Andreas Grech
+1  A: 

MSDN has an article on What's New in Visual Studio 2010

Velociraptors
A: 

The list of features, together with the table showing which are available for which version, is now up here (Microsoft).

Note that the versions for less than $12,000 are seriously crippled, to various degrees. So Code Coverage is only available from $5K up, and Historical Debugger (now "Intellitrace") only for $12K.

Joel in Gö
+1  A: 

How can no one have linked to the Gu ?

Gu Blog items on VS2010

Nick Haslam
A: 

Check this - New features of Visual Studio 2010

Ramesh Soni