vote up 6 vote down star
3

What are the benefits of upgrading from Visual Studio 2005 to 2008?

Any thoughts on whether it's worth the jump, or is it better to wait for whatever's coming next?

flag

10 Answers

vote up 12 vote down check

There are tons of improvements. The best part is you can continue to target .Net 2.0 with VS 2008 (Multi-Targeting) and use all the new IDE features.

Posting couple of screencasts but you can find more on web:

Script intellisense and debugging in Visual Studio 2008

Multi-threading Debugging Enhancements in Visual Studio 2008

link|flag
vote up 0 vote down

Check out this question... it has been discussed before.

Though I will repeat that the main thing I love about VS 2008 is their use of the Expression Web GUI for Web App development. It is far superb to what VS2K5 had.

link|flag
vote up 6 vote down

My favorite new feature: when an Intellisence option box is showing, you can hold down control to make it semi-transparent and see the code behind it. There are tons of bigger new features and reasons to switch, but that one is a real win for me.

link|flag
Wow! I never knew that and I've been using 2008 for a while now. Thanks. – ProfK Oct 31 '08 at 9:15
vote up 2 vote down

2008 includes the ability to step into the .Net framework.

link|flag
vote up 2 vote down

One big feature that I benefitted greatly from in my last job: improved stability. We had a highly threaded application that would cause VS2005 to just blow up (in a number of various fashions). The switch over to 2008 decreased such occurrences by 100-fold.

Also -- VS2005 takes a lot more RAM for the same project than VS2008. At least with large solutions (e.g. 50 projects). This, I think, makes VS2008 a lot snappier / responsive that VS2005 ever was for me.

Yeah it is worth the upgrade -- just from a simple stability factor.

link|flag
vote up 3 vote down

If you're just looking to upgrade to "most" of the new features of the 3.0 and/or 3.5 frameworks, it is not necessary to upgrade Visual Studio. You can just upgrade your framework. However, there are some advantages, like a new compiler (necessary to use Linq, if I recall), and some nice improvements like JavaScript debugging.

There are plenty of good articles on this exact topic out there, including this one, 22 New Features of Visual Studio 2008, that you may want to check out.

Hope that helps.

link|flag
vote up 1 vote down

I'll disagree with the last post a bit. The stability for me has not been greatly increased. I've had 2K8 lock up on me in the middle of a build. wtf? But all in all, I like this version namely because of linq. Now I loved the introduction of generics in 2005, but linq make 2008 worth it and then some.

link|flag
Mine crashes if I move tool windows and then close. :-( – Bob King Oct 11 '08 at 1:37
Sorry, don't know why you're seeing it. Perhaps you are using different lang environment than I was?? The projects were about 45 VB.Net, 2 C#, and 3 C++. Also on an XP SP3 box. – torial Feb 19 at 4:45
vote up 2 vote down

I like the IDE supports for creating apps with bellow new technologies

  • LINQ
  • Silverlight
  • WPF
  • ASP.NET MVC
link|flag
These aren't features of Visual Studio 2008, they are features of .NET 3.5 and associated side projects. VS 2008 is an IDE – Slace Oct 11 '08 at 1:31
Hi Slace. I am talking about the project templates and IDE improvements to support all the above mentioned things. For example Cider designer for WPF and Silverlight, LINQ Designer and intellisense. – Jobi Joy Oct 11 '08 at 4:24
vote up 3 vote down

Vertical split between HTML and Preview screens. Especially handy on widescreen monitors.

link|flag
I can't see a similar option for the WinForms designer -- is there one? – Andrew Oct 11 '08 at 4:34
No, which is a bummer. Same with WPF. – swilliams Oct 13 '08 at 14:41
WPF yes, but how much form design for WinForms do you manually do in code? – ProfK Oct 31 '08 at 9:17
In Visual Studio, a fair amount :). I find it easier to move around in; the designer requires too much switching back and forth from keyboard and mouse for me. – swilliams Oct 31 '08 at 18:14
vote up 0 vote down

The code generated by the typed dataset designers is a bit cleaner and neater, especially when working with SQL Compact Edition databases.

link|flag

Your Answer

Get an OpenID
or

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