Results 1 to 7 of 7

Thread: Advantages of VB .NET and...

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2001
    Posts
    24

    Advantages of VB .NET and...

    Are there really any advantages to VB .NET. Sure, some things are easier but is there any advantage? And, how do I connect to a local database? I can't seem to find the "Data" control in VB .NET.

  2. #2
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    the only advantage vb has is it lets you write bad code (by that i mean it lets you do things and in the backend it fixes your errors...)
    as far as speed, there is no advantage in vb.net over the others as all use the same runtimes

  3. #3
    Lively Member Radar's Avatar
    Join Date
    Apr 2001
    Posts
    70
    That's a good question and I suppose the answer depends on what your application is. I personally believe that VB6/VC++6 are pretty much tops for desktop apps, despite all the hubbaloo about .NET. But .NET is probably better for large-scale cutting-edge web-based solutions.
    Aww screw it. I didn't really want to fool with it anymore anyhow.

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Do not listen to kovan..he is trying to get everyone to C#!! Bad kovan...::smack


    LOL

    Advantages of VB .NET over VB6 is what I assume you are asking.

    It is a full Object Oriented Language now giving you

    Inheritance
    Polymorphism
    Overloading

    And other nice features such as
    True Multithreading
    Slightly Cleaner syntax than VB6
    Namespaces
    No more dll hell.

    And tons more I cant really think of right now...
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539
    Originally posted by Cander

    And tons more I cant really think of right now...
    ya can you ever?


    no for real that i said is true
    i suppose if your a wussy and cant code like a man, then vb.net is for you
    vb.net makes thing smuch simplier than any other .net language
    i guess thats its advantage

  6. #6
    Hyperactive Member Scott Penner's Avatar
    Join Date
    Dec 2000
    Location
    Mountain View
    Posts
    327
    Of course there's plenty of web based stuff in .net that wasn't even possible before. But, even without all that internet crap the .net framework allows one to build far superior applications compared to VB6.

    And, even with nothing new, the development IDE would be reason enough to change.

    And, ADO.net is such a huge improvement on ADO. Sadly, I just started a project with the old ADO and I'm torn between redoing the whole thing in .net and scrapping the work I've already done...

    If I had my choice today, I wouldn't write another line of code in VB6. .net is that much better. Until you've created a few real projects in .net you won't realize how much better. But, once you have, you will never want to go back!!!

    (Even for those C++ holdouts, the vc++ 7 is a big step up from cv++ 6, and the ATL wizards actually work now.)
    -scott
    he he he

  7. #7
    New Member
    Join Date
    Mar 2002
    Posts
    11
    Well I think the most useful thing is the MSIL, intermediate language .. just my thoughts ..
    Nico

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