.NET 2.0 or 3.5

July 8th, 2009 by Dario Solera | Filed under Community.

Quick question: does it make sense to still target the .NET Framework 2.0 when 3.5 is already at its SP1 milestone and 4.0 is just a few months away?

One year ago it made a lot sense in my opinion, but today it would just be better to switch to target 3.5. Actually, there are not that many things that could be possibly improved with the greater version (I’m not going to rewrite parts of code on purpose), but I’m thinking about some cool features such as WCF (a web-service API is in the long-term plans).

Any thought?

Update: I’m converting the Visual Studio projects to .NET 3.5 and doing some tests right now.


11 Responses to “.NET 2.0 or 3.5”

  1. [...] the rest here: .NET 2.0 or 3.5 Categories: Web 2.0 Tags: already-at-its, api, Business, does-it-make, manatees, music-industry, [...]

  2. I would suggest to go for .NET 3.5. The ScrewTurn audience (i.e. webmasters) should be knowledgeable enough to know how to perform a .NET upgrade anyway. My 2cts on the subject :-)

  3. Genius says:

    FW3.5!
    I already converted my version of STW very long time ago.
    because it has much of improvements.
    for ex., it is much easier to find item in array by using myList.Find(i => i.PageName == “MainPage”) than by using a loop.
    method extensions, lambda, many other charms!

    it is worth to go to FW3.5 right now!

    don’t afraid, we are with you :)

    Dima.

  4. eduardo says:

    In server software, I think is a no-brainer to upgrade, since you (usually) have control of the server and is (usually) only one machine to upgrade.

  5. [...] Go here to read the rest:Â .NET 2.0 or 3.5 [...]

  6. mcbeev says:

    NET 3.5 ++

  7. Dave Burke says:

    Dario, If you personally would rather work in .NET 3.5 (and who doesn’t!), then you should do that. Everyone should be using 3.5 by this point anyway. -Dave

    p.s. Congrats on RC1! Very much looking forward to the final release.

  8. thanks, gr8 to see it in .net 3.5
    and for compatibility with other stuffs, normal asmx web services would also be gr8 after completing WCF.

  9. Frank says:

    Sucks for me. We’re not upgrading to 3.5 until next year. Looks like I’m out of the ScrewTurn boat, at least until then.

  10. Dario Solera says:

    @Frank: don’t be afraid, version 3.0 final won’t be released before mid September (or even later, considering the previous experience) and you can always download the source and change the project targets to .NET 2.0 (no .NET 3.5-only features will be implemented in the short term).

  11. Frank says:

    @Dario,
    That’s a relief. I’m very much liking Screwturn. I’ll let you know how it goes!
    Cheers,

Leave a Reply

Side Projects

  • RESX Synchronizer allows to synchronize multi-language .resx files (used for the development of ScrewTurn Wiki).
  • Pixel Picker enables to pick the color of pixels on your screen — very handy for day-to-day graphics-related activities.

About

  • Copyright ©2006-2010 Threeplicate Srl. All rights reserved. Some of the icons created by FamFamFam.
  • See our Privacy Policy.