CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2006
    Posts
    197

    should I start with .NET?

    Im programing in VB6 (with MSsql, access and output in excel in some cases) the last 6 years. Now I going to start a new project, similar to the ones I have done before.
    Im asking, what are the benefits I can get of learning VB.net ? is there any reason to start with .net and not doing this in VB6?
    thanks!

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: should I start with .NET?

    It'd be better to learn the language when you can, rather than having to learn it when you start a new project.

    You can do everything that you can in VB6, plus a lot more, including Multithreading, WPF, and others.

    Almost every computer has the Net framework on it already, so that means only a small installation footprint
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Jan 2006
    Posts
    197

    Re: should I start with .NET?

    Thanks dglienna you are always there answering my questions.
    The only thing that im afraid of is that they (ms) drop support on future OS of VB6...and someone run after me because I use VB6 instead of any other languages (they dont know anything about programming languajes).
    Thankyou again

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: should I start with .NET?

    I wouldn't worry about it for around 5 years. Don't know how far into the future IS mapped out, yet
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  5. #5
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: should I start with .NET?

    Don't know if I agree with that
    I'd start larning .NET at this stage, but not just for the sake of the current project. It helps nothing just to learn bits quickly, and to rush a project. Think about the next project. If you start learning .NET now, by the time you reach your next project, you'll have a more proper deeper understanding of .NET - which will mean that you project will be more powerful.

    There are plenty of resources available here, like the FAQ's, hang around in this forum, so how things are done. Download VB Express 2008, there is a link somewhere on this forum ( Hints & Tips ), and start playing with it.

    I hope my information was useful

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

Featured