Results 1 to 5 of 5

Thread: VB.Net or VC++/VC# Which One

  1. #1

    Thread Starter
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Unhappy VB.Net or VC++/VC# Which One

    I have be contemplating the switch from VB6 to VB.Net but as most of you already know it is like learning a whole new language. So I was wondering since I have to learn a whole new language would it be easier to Learn VC++/VC# (Visual C) and skip VB.Net so that I can add another tool to the old programming toolbox?

    I have been told the code written using VC++/VC# will run a little faster and will complile a little more tighter.

    I just can't decide.
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


  2. #2
    Lively Member
    Join Date
    Aug 2002
    Posts
    88

    Re: VB.Net or VC++/VC# Which One

    If you want to learn .NET then you may as well learn C# mainly because of its prestige level. Most of the .NET journals and magazines have more code samples in C# than VB.NET. Also, it's a curly brace language so you'd technically be upping your skills.

    Ed Womack
    http://www.getmilked.com

  3. #3
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    Re: VB.Net or VC++/VC# Which One

    Going to Vb.Net from Vb6 is a lot eaiser than going from Vb6 to Visual C++ or C#. Ive programmed using Java for a number of years and while the two languages do have some syntactical similarities the transition has been anything but easy.

  4. #4
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464

    Re: VB.Net or VC++/VC# Which One

    I went from VB6 to C#. THE BEST THING I could have done for myself. I see so many taking the easy road with .NET and going with VB.NET. The problem is you tend to not learn the framework as much, and more or less concentrate on the language changes. Learning C# will require you to learn a syntax, but with that whole syntax change, you also get in a different mindset, one that is open to learn the framework more.

    After I learned C# and could produce applications with it, I went and worked with VB.NET. I was amazed to only have to spend about 2-3 days with it before it became comfortable. This stemmed from me knowing the syntax from VB6, and knowing the framework in C#. Best of both worlds.

    This is just my opinion though. I can now take jobs that require VB.NET, or I can take the C# jobs (which tend to pay more). I go back and forth all the time right now as I slowly convert my companies old code base over to C# evertime I get to rework projects. C# also looks 'really' similar to Java. If you ever dab in Java, C# would be much better than VB.NET would. I am currently reading a Java book on design patterns but easily understanding the code as it would relate to C#.

  5. #5

    Thread Starter
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Thumbs up Re: VB.Net or VC++/VC# Which One

    Thanks to all for your opinions. I am not sure what I am going to do now , but at least I have more information so that I can make a better decision.
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


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