Results 1 to 3 of 3

Thread: C# Class vs VB Class

  1. #1

    Thread Starter
    Hyperactive Member dRAMmer's Avatar
    Join Date
    Oct 2001
    Location
    strangelans
    Posts
    463

    C# Class vs VB Class

    Is there any difference performance wise between a class created in C# and one created in VB.Net? IF there are, besides explaining them can you provide links that supports the argument. Thanks!
    live, code and die...

  2. #2
    Fanatic Member BillBoeBaggins's Avatar
    Join Date
    Jan 2003
    Location
    in your database, dropping your tables.
    Posts
    628

    Re: C# Class vs VB Class

    Well, first things first, both VB.Net and C# are compiled using the same compiler.. JIT.. so what will determine who is faster is your coding, and weight of objects you toss around your class. No offense, but unless your paying me I only attach links to support my argument on a whim.

  3. #3

    Thread Starter
    Hyperactive Member dRAMmer's Avatar
    Join Date
    Oct 2001
    Location
    strangelans
    Posts
    463

    Re: C# Class vs VB Class

    So this mean that any counterpart function of VB in C# executes just as fast. I guess so, because they are using the same resources, all in the .Net Framework. It's now just a matter of using "Imports" and "Using" (syntax) and etc.

    Thanks!

    ANyone else?
    live, code and die...

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