Results 1 to 10 of 10

Thread: What's new in VB.NET?

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2000
    Location
    Europe
    Posts
    56

    What's new in VB.NET?

    I am a Visual Basic 6 developer, client-server applications. Can someone tell me what are the new things vb.net brings to developers?
    Thanks.

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Too much to list
    but a couple are:
    Inheritance
    Multi Threaded
    cross language mixing (write a class in C++, use it in VB)
    Platform independent(meaning if Linux has the runtime, you can run a VB app on it)

    check out
    http://msdn.microsoft.net/net

    for info
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    check VB-World . There is an article about this.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  4. #4

    Thread Starter
    Member
    Join Date
    Dec 2000
    Location
    Europe
    Posts
    56
    Thank you, Cander, for your answer.
    I know you can get inheritance in VB6 with IMPLEMENTS statement. Is it something new in VB.net?

  5. #5
    Hyperactive Member
    Join Date
    May 2000
    Posts
    367
    true inheritance that exits in c++ and java does not exist in vb 6.

  6. #6
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    That is not true Inheritance, Only interface inheritance which is actually just about useless in most cases. With inheritance you get full access to the objects methods and properties instead of just its events.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  7. #7

    Thread Starter
    Member
    Join Date
    Dec 2000
    Location
    Europe
    Posts
    56
    Microsoft tells that theoretical (vertical) inheritance slow down the application when you are many levels; his (horizontal) VB inheritance, with IMPLEMENTS statements, is a good alternative.
    By the way, does VB.NET use this vertical inheritance?

  8. #8
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Microsoft tells that theoretical (vertical) inheritance slow down the application when you are many levels
    Should that matter after its compiled? I would think that the compiler looks up the hierarchy while compiling, and optimizing it like it wan't inherited?
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  9. #9

    Thread Starter
    Member
    Join Date
    Dec 2000
    Location
    Europe
    Posts
    56
    Does VB.net has got this 'true' inheritance?

  10. #10
    Hyperactive Member barrk's Avatar
    Join Date
    Sep 2000
    Location
    My own little world
    Posts
    274
    There is also a forum on this site that specifically addresses .net issues. You may want to look there!


    http://161.58.186.97/forumdisplay.php?s=&forumid=6

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