Results 1 to 7 of 7

Thread: Moving from VB to VB.net

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Posts
    1,384

    Moving from VB to VB.net

    Can someone tell me if it's hard to adapt to vb.net after using vb all the time? I want to start developing in Vb.net now and am wondering if it's very different from VB. Also can I just purchase an upgrade CD?
    Mel

  2. #2
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196
    A good grounding in OO helps, it's also worth considering VB.Net to be a different language.

    Some free books are available here if the links are dead try googling the names of the books and you might find them somewhere else.

  3. #3
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    just learn it now while the technology is still new... .NET has been around for a few years now, but it is still sitting in the dark waiting to become mainstream for commercial app deployment. Most .NET apps are written for internal software at companies.

    When MS releases windows XP sp2, it will contain the framework for those who didnt download it, and so will windows longhorn.

    you should read a book or 2 on the subject though because in addition to new features in the development environment, there are new concepts you need to learn like inheritance and function overriding/overloading, etc...

    What I have been doing to learn, is I took one of my VB6 applications that we use here at work that was about medium complexity, and I have been rewriting it using .net, using the new features of .net wherever I can. For one thing data access is a hell of a lot faster than old ADO. I can populate a listview in 1/4 the time it took in VB6

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Moving from VB to VB.net

    Originally posted by mel_flynn
    Can someone tell me if it's hard to adapt to vb.net after using vb all the time? I want to start developing in Vb.net now and am wondering if it's very different from VB.
    If I were to tell you that I have been able to do it, wouldn't that be an argument convincing enough?

  5. #5
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Moving from VB to VB.net

    Originally posted by mel_flynn
    Can someone tell me if it's hard to adapt to vb.net after using vb all the time? I want to start developing in Vb.net now and am wondering if it's very different from VB. Also can I just purchase an upgrade CD?
    I started in VB4 and the graduated to VB6. Then I bought VB.net standard and it totally owns VB6

    You might think VB6 is powerful (and it was compared to VB4) but when you see Vb.net in action you will never go back. At work the other day another coder came up to me and asked me what was so good about VB.net.

    1 minute later and I had written the code to make frmMain circular and 35% transparent! He was suitable impressed by my 3 lines of Vb.net code. That would have taken ages in vb6 (at least 5 minutes )

    There is no upgrade, because the .Net framework is a whole new bag.

    VB.Net pwns vb6.
    I don't live here any more.

  6. #6
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    There is no upgrade, because the .Net framework is a whole new bag.
    I thought there was an upgrade price. I had VB6 pro and upgraded to VS pro for, I think $600. Have enterprise architect now, though

  7. #7
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I hate to be repetitive but yes , you search for old threads....This question has been asked many times

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