Results 1 to 5 of 5

Thread: What does C# have that VB.Net lacks ?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2003
    Posts
    110

    What does C# have that VB.Net lacks ?

    Where can i find an article for:

    What does C# have that VB.Net lacks ?
    Anis Bombaywala

  2. #2

  3. #3
    Addicted Member
    Join Date
    Jun 2003
    Location
    Birmingham, AL
    Posts
    188
    There are not many major differences between VB C#.

    C# has the power to turn overflow checking on or off for blocks of code while VB can only do it for the entire project. Also C# has the ability to handle unsafe code.

  4. #4
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Unsafe code
    Operator Overloading
    XML comments that show up in the IDE as intellisense
    Stronger Typed without having to remember to add a statment
    A skill that is worth more according to salary surveys
    http://www.ftponline.com/vsm/2003_07...tments/ednote/

  5. #5
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345
    Interesting

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