views:

144

answers:

5

I can't find any compelling reason why I should put in a request for my company to get me an upgrade from Visual Studio 2008 Pro to Visual Studio 2010 Anything. Am I missing something?

+1  A: 

If you can't find a good reason to upgrade, then don't

James
+1  A: 

It isn't just about the tooling -- if you want/need the features of the .NET Framework 4.0 (runtime) and C# 4 (language -- not to mention new versions of VB.NET and all of the Dynamic Languages), you need to use VS2010.

One other consideration is whether all of your preferred add-ins have have been updated to work with VS2010, as the plugin architecture changed and vendors had to update.

Jay
+1  A: 

If you need access to .net 4.0, or specifically the DLR for development then go for it, if you don't require these types of features for your project, you can probably afford not to upgrade.

Matthew Vines
+3  A: 

Multiple monitor support was a nice feature for me (see:http://weblogs.asp.net/scottgu/archive/2009/08/31/multi-monitor-support-vs-2010-and-net-4-series.aspx)

Compelling enough? Up to you.

Nick Canzoneri
That's one of the main reasons I want VS 2010 as my development platform at work.
Terry
+1  A: 

Here are some of the new features for VS 2010:

http://msdn.microsoft.com/en-us/library/bb386063.aspx

Terry