Results 1 to 7 of 7

Thread: should i move over to vs10?????

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Posts
    547

    should i move over to vs10?????

    Coding is only a hobbie for me, but i am really trying my hardest to improve.

    I currently use vb express which you all know is free.

    Should i move over to vs10? What gains would i have? or is that really only for proper professionals

    thanks

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,930

    Re: should i move over to vs10?????

    As it is only a hobby, I would recommend not spending money on Visual Studio unless you find that you have a specific need for it (such as developing apps for phones/PDA's).

    The Express edition of VB is the same language as you get in VS, just with less built-in features - many of which will always be irrelevant to you, and several you can still use if you put in a little more effort (such as editing a file in Notepad rather than clicking a menu option).

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    39,039

    Re: should i move over to vs10?????

    2010 will have some new features which might be nice, but they are not likely to be essential. From all I have heard, I'd stick with express 2008 until express 2010 has been out for a little while, and only upgrade if you think some of the core features would be of interest.
    My usual boring signature: Nothing

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Posts
    547

    Re: should i move over to vs10?????

    Thank you very much for the replys, il stick to vb ex for now then

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,344

    Re: should i move over to vs10?????

    There's no reason not to start using VB 2010 Express as soon as it reaches RTM.

    1. All .NET IDEs can be installed side by side, so installing VB 2010 Express will not affect your existing 2008 installation.

    2. VB 2010 can target anything from .NET 2.0 to 4.0, so both existing projects and new projects can target old or new Framework versions.

    3. The upgrade wizard will prompt you to backup your existing solution before upgrading it. If something goes wrong then you can either open that backup in VB 2008 Express, or you can replace the current solution and project files with the backups and then open the solution as it is in VB 2008 Express.

    The only real danger is that VB 2010 Express has a bug that somehow kills your current code and then you will lose the work you've done since the backup. That seems rather unlikely and, if it did happen, I would think you'd find out before you'd done much work anyway.

  6. #6
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: should i move over to vs10?????

    Quote Originally Posted by jmcilhinney View Post
    The only real danger is that VB 2010 Express has a bug that somehow kills your current code and then you will lose the work you've done since the backup. That seems rather unlikely and, if it did happen, I would think you'd find out before you'd done much work anyway.
    Probably a case of human error rather than a software error! I have never heard of any .net application doing that before. Although, I seem to remember Microsoft Word doing that to me once.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  7. #7
    Fanatic Member
    Join Date
    Nov 2007
    Posts
    520

    Re: should i move over to vs10?????

    I have used VS2010 beta, and wrote it off swearing not to do VS2010 until it releases.

    I recently downloaded the VS2010 RC2. Much improved over BETA. I was stuck to 2008, and now since i got a stable / quality version of 2010..I wont ever go back to 2008.

    The UI is alot nicer, it feels more..powerful.

    Plus some of the small features are nice (if you click on a word in your code..it'll highlight others with the same...so if you had say.. "Dim this as string" and you clicked on this, it would show where you used "this" in your code. Which is quite nice.

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