Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which language VS.NET is better?
Message
 
To
27/04/2002 19:25:34
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00649986
Message ID:
00652128
Views:
23
>>If after a while with C# and you find yourself still having problems with brackets
>
>The look of curly braces drive me nuts. I'm a very visual person and having my code neat and tidy helps me think better, and those curlies just don't "look" right. I'd end up hating the language for that reason.

While this is the official Microsoft line if you look at any performance comparison, you'll find that C# is usually 10% or so faster than VB. Not that this is a huge deal, but the leanness of the language probably contributes to how the compiler assembles the code. Many things in the language that are natifvely supported must be mapped to .NET classes etc. which may account for this overhead.

There are some things that you can do only in C# (pointers, unsafe code) and something's that you can only do in VB (easier COM late binding, using untyped data easier), but overall functionality is the same.
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Reply
Map
View

Click here to load this message in the networking platform