|
-
Dec 11th, 2005, 07:26 PM
#1
Thread Starter
Hyperactive Member
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!
-
Dec 16th, 2005, 04:59 PM
#2
Fanatic Member
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.
-
Dec 18th, 2005, 06:34 PM
#3
Thread Starter
Hyperactive Member
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|