Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it worth switching from Visual Studio 2005 to Visual Studio 2008?

As a team we are using Visual Studio 2005 with framework 3.0. I am thinking if it will be nice for us to switch to Visual Studio 2008 with framework 3.5 ? Is it worth it ?

Thanks.

like image 568
Lurtz Avatar asked Nov 05 '08 11:11

Lurtz


People also ask

Can I open Visual Studio 2017 project in 2019?

Visual Studio 2019 can open projects created in Visual Studio 2013, Visual Studio 2015, and Visual Studio 2017.

Is Visual Studio 2017 Good?

Visual Studio 2017 is the most powerful Universal Windows Platform development environment. It brings unparalleled productivity improvements, a streamlined acquisition experience and enhanced debugging tools for Universal Windows Platform developers.

How do I open an old project in Visual Studio 2022?

On the start window, select Open a project or solution. Visual Studio opens an instance of File Explorer, where you can browse to your solution or project, and then select it to open it. If you've opened the project or solution recently, select it from the Open recent section to quickly open it again.

How do I upgrade my Visual Studio project?

To upgrade a project created in an earlier version of Visual Studio, just open the project in the latest version of Visual Studio. Visual Studio offers to upgrade the project to the current schema. If you choose No, the project doesn't get upgraded.


2 Answers

Yes, it is 100% worth it. Visual Studio 2008 supports 2005 code (.net 2.0) completely. There are also a lot of improvements that you'll enjoy as you use 2008.

like image 68
Timothy Khouri Avatar answered Nov 03 '22 10:11

Timothy Khouri


Multi-Targeting support (utilization of Dev Studio 2008 for all .Net project, without having to convert them)
Refactor (Productivity tools / Macro )
Unit Test (Pro only)
Better Web Designer with improve Editing and CSS Support
CSS Source View Intellisense
Transparent Intellisense (don’t hide code behind)
ASP.NET AJAX
JavaScript support with Intelissense
JavaScript Debugging
Windows Presentation Foundation (WPF) Designer LINQ (Language INtegrated Query)
Object Relational Designer (O/R Designer)
Better debbuging capabilities (Multithread, script, LINQ, WPF)
Debug Remote process, SQL Debug, XSLT Debug (Professional version only)
New reporting tool (with PDF support)
Crystal report new feature (also ASP.NET) (Pro version only)
Community help (comment added by user in online help)
ClickOnce Deployment enhancement (setup)
Better Vista support
Office support (Pro version only)
Many tools for smart device (Pro version only)

With Dev Studio 2008 SP1

Support for Smart Device Occasionally connected Application
Power Packs Controls and components
Printer Compatiblity Library (use VB6 report without rewriting them)

Sources:

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

http://msdn.microsoft.com/en-us/vstudio/products/cc149003.aspx

like image 33
Hapkido Avatar answered Nov 03 '22 09:11

Hapkido