Results 1 to 6 of 6

Thread: new to VB NET

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2005
    Posts
    476

    new to VB NET

    Hello,

    I am a quite confident programmer in VB6 now. I want to start learning VB NET now since some of my projects require me to use this now.

    What I want to know is to learn the VB NET do I need a different software package like for VB6 I have Visual Basic 6 Studio? If yes what is that package that I need for VB NET?

    How different is VB NET comparing to VB6? Can I do the Web designing using the VB NET?

    I will appreciate a lot if anyone can explain the differences between VB6 and VB NET and tell me how easy it is to work with VB NET and that if I could design a full working web site using VB NET.

    Thanks in Advance.

  2. #2
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    Re: new to VB NET

    What I want to know is to learn the VB NET do I need a different software package like for VB6 I have Visual Basic 6 Studio? If yes what is that package that I need for VB NET?
    Yes. You probably want to go with Visual Studio 2005, as that is the most recent production ready version. There is an express version that is free and provides much of the functionality of the professional and enterprise versions.

    How different is VB NET comparing to VB6?
    They are different languages that follow similar syntax. There is a lot to learn with the framework, so don't get discouraged.

    Can I do the Web designing using the VB NET?
    Yes.

    This topic has been discussed many times on the forum, so you can find a lot of information by searching through past threads.

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: new to VB NET

    VB6 and VB.NET are in essence two different languages with very similar syntax. You should treat VB.NET as a new language and not expect anything to work the same as it did in VB6, considering it a bonus when it does.

    Visual Studio 2005 is required to code in VB 2005. You can get free Express versions of Visual Basic for Windows apps and Visual Web Developer for ASP.NET apps.

    Compared to other languages with equivalent power, VB.NET is easier than average to learn, but it will be easier if you are able to let go off VB6. The biggest headache for most upgraders is the fully object-oriented nature of VB.NET. That is the first place you should start reading. Try this link:

    http://startvbdotnet.com/oop/default.aspx

    Microsoft also provide two free eBooks for VB.NET, one specifically aimed at upgrading from VB6.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2005
    Posts
    476

    Re: new to VB NET

    Many many thanks to Negative0 and jmcilhinney for a good explanation.
    Last edited by Newtester; Oct 5th, 2007 at 01:30 AM.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2005
    Posts
    476

    Re: new to VB NET

    To design web pages do I need to learn ASP NET or just VB NET alone can be used to design web pages and for programming behind the web pages?

    once again thanks a lot for all the help and the explanation.

  6. #6
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: new to VB NET

    ASP.NET is a technology, while VB.NET is a language. Microsoft Web applications are all ASP.NET applications, but they can be written in different languages, including VB.NET, just like Windows Forms applications can be written in different languages. Visual Web Developer Express supports VB and C# for creating ASP.NET apps, while for Windows Forms apps there are four Express editions available, each supporting a single language.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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