Results 1 to 19 of 19

Thread: What I Like About VB .NET (Add your comments)

Threaded View

  1. #1

    Thread Starter
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    What I Like About VB .NET (Add your comments)

    I just started learning VB .NET (as you may already know), but as I was learning it, I made a list of all the things I liked and found cool. I thought I would share them and maybe you guys could chime in with your favorite .NET things. I knew VB6 before moving to .NET, so most of my favorites come from things that were missing in VB6.

    • AndAlso, OrElse
    • Is keyword (Select Case MyInt : Case 1 to 20 : Case Is > 20 : End Select)
    • *=, /=, +=, -= operators. I love these and always missed them in VB6.
    • Assignment and declaration can occur on the same line. (Dim MyInt As Integer = 20)
    • Making a comment like 'TODO automatically adds a line to your task list saying whatever you put on that comment line.
    • All the IDE changes
    • Bigger arrays. They can now hold 2^64 instead of 2^32.
    • Arrays with properties.
    • XP Styles are very easy to do. There a few bugs still, but those can be fixed with Skybound.
    • Menus are easy to make!


    Feel free to share your favorite features of the IDE/language/whatever.
    Last edited by eyeRmonkey; Mar 21st, 2006 at 07:33 PM.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

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