VB.NET or C#
March 20, 2007
In a upcoming project we’ll be using VB.NET. The customer has chosen that language as their company standard and there no use or point to argue about that. … Although I can’t see the advantages with VB.NET over C#.
The last time I started a discussion about this it resulted in ca 30 mails with suggestions about why C# is superior… but at the end of the day it’s only syntax. Since the compiler will translate the code into MSIL (intermediate language) which then will be executed by the runtime there is no performance gain using C# or VB.NET.
C# seems to be the most popular choice though - I tried a Google-search on “vb.net for c# developers” and almost all hits has to do with converting a VB.NET developer into a C#-developer and not the opposite.
A popular point in why to chose VB.NET is that if you...