jon
jon

Reputation: 51

Visual studio 2008/2010 dilemma

We have a project which is being developed by a 3rd party. They are using LINQ and .NET 3.5 with Visual Studio 2008. We are currently at 2005 with .NET 2. Once they have delivered the code to us, we are unsure as to whether we will be able to compile/build their code using our current Visual Studio toolkit. I know we can download .NET 3.5, but unsure as to whether we will have problems with Visual Studio.

So we are considering to upgrade. But since Visual Studio 2010 is soon to be released do we wait for that or upgrade to 2008?

Upvotes: 3

Views: 221

Answers (4)

Todd Main
Todd Main

Reputation: 29155

Here's a plan:

  1. Upgrade to RC now for non-critical items. Gain familiarity with it.
  2. Test your 3rd party app in RC to identify any issues.
  3. Add an addendum to your contract with the 3rd party that they will need to deliver the app in .NET 4.0 RTM, compatible with VS2010 RTM, i.e. get them to upgrade too!

Upvotes: 3

mjv
mjv

Reputation: 75288

Seems to be a no brainer. Unless you have immediate operational needs, you can wait for VS2010 and/or better yet, install and use the release candidate (in a non-critical workstation / role) and get acquainted with the new stuff.

Upvotes: 1

Rob Packwood
Rob Packwood

Reputation: 3818

With the release being so close I would wait for the upgrade and use the release candidate until then.

Upvotes: 1

TomTom
TomTom

Reputation: 62159

Upgrade to 2010. We talk of a month here until you get your hands off. AND it being in RC status (so you can actually test now that it compiles etc- no major changes coming). note that I don say go .NET 4.0 NOW - just use VS 2010. No sense in moving to 2008 at this point in time at all.

Upvotes: 2

Related Questions