vote up 7 vote down star
2

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

flag

19% accept rate

6 Answers

vote up 5 vote down

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

link|flag
1  
ah nice geeky nice posters! – Andreas Grech Apr 26 at 2:01
vote up 2 vote down

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.

link|flag
vote up 1 vote down

How can no one have linked to the Gu ?

Gu Blog items on VS2010

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.