vijaya <(E-Mail Removed)> wrote:
> I'm a newbie to .net
>
> Is it true that C#.net code executes faster than VB.net?
No - not if you use VB.NET appropriately rather than with option strict
off, etc. There are some ways in which VB.NET might be a tiny, tiny bit
slower (e.g. keeping track of the last error) but nothing significant
at all.
> Which one is superior?
That depends on which syntax you prefer, really.
> I need few good links regarding this issue.
If you search on groups.google.com you'll see *lots* of discussions
about that.
--
Jon Skeet - <(E-Mail Removed)>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too