Results 1 to 3 of 3

Thread: Do I need to use VS 2010 for all new app development

  1. #1

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Do I need to use VS 2010 for all new app development

    Is VS 2010 just IDE features - or do I need to use it to target more recent framework versions?

    Starting a big project and want to make sure I'm aware of what VS 2010 offers over VS 2008.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  2. #2
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Do I need to use VS 2010 for all new app development

    Quote Originally Posted by szlamany View Post
    Is VS 2010 just IDE features - or do I need to use it to target more recent framework versions?

    Starting a big project and want to make sure I'm aware of what VS 2010 offers over VS 2008.
    I like the VS 2010 IDE much better than VS 2008, but it is more graphic intensive than VS 2008.

    However, feature wise, VS 2008 any version of the framework from 2.0 to 3.5 SP1. Unless you specifically need the 4.0 framework, then you shouldn't worry about it.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Do I need to use VS 2010 for all new app development

    As suggested by weirddemon, you don't need to use VS 2010 unless you are targeting .NET 4.0. That said, I also much prefer the new IDE so I'd suggest moving up to it by default unless you have a specific reason not to. One reason might be that, even if you target .NET 3.5 or lower, you still can't share your projects with someone else using VS 2008 by default. It's possible to do with a bit of fiddling but you'd have to upgrade and retrograde the project every time.

    Finally, I'd suggest targeting .NET 4.0 by default unless you have a specific reason not to. .NET 4.0 adds various new features that you may find useful, even if not right away. One obvious example is the System.Threading.Tasks namespace, which provides a simple way to implement parallel processing for loops and the like. VB 2010 is also improved, and language improvements are available no matter the .NET version you're targeting, e.g. you can use multi-line lambdas and action lambdas in VB 2010 even if you're targeting .NET 3.5, because they are a language feature rather than a Framework feature.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width