Results 1 to 5 of 5

Thread: .NET newer than newbie

  1. #1

    Thread Starter
    Addicted Member run_GMoney's Avatar
    Join Date
    May 2002
    Location
    Detroit
    Posts
    186

    .NET newer than newbie

    I actually don't even have VB.NET installed but I was just wondering how the transition from VB to .NET was? I've seen a few code snippets here and there and the syntax doesn't seem much different at all. If this is the case then I can't wait to get my VB.NET hands dirty.

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Syntax is the same, but there many thing you cant do the same way .NET that you may be used to.

    gosub is gone
    error trapping uses try..catch
    properties use get and set blocks instead of 2 seperate let/get properties.
    many other little things here and there.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Hyperactive Member
    Join Date
    Feb 2002
    Posts
    261
    You really must read a VB.NET book if your going to use it. Learning the .NET framework is like learning another programming language altogether.

    You WILL have a LOT of trouble if you just decide to make programs (even simple ones) without properly learning VB.NET.

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I agree with Hu Flung Dung. search download.com , you may find tutorials for beginners

  5. #5
    New Member
    Join Date
    Sep 2002
    Posts
    4
    If u know Java, Basic .net is like java with basic sintax.

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