C# vs VB.NET

  • Thread starter Thread starter Adam J. Schaff
  • Start date Start date
Adam J. Schaff said:
My boss's boss has heard a rumour that C# is faster than VB.NET and is now
concerned because we are writing stuff with VB.NET. My first reaction is
that this is absurd. They both compile to the same IL, right?

Now I've done a little C#, but on the whole I suffer from curlybraceaphobia,
so I'm looking for amunition to defeat his claim. Can anyone point me to an
article or anything official looking that states that neither language is
faster than the other?

Just show your Boss's Boss the last salary survey from Visual Studio
magazine, showing C# programmers cost $25k more than VB.NET programmers.
Thats a lot of $$$ for what is in most business applications a miniscule and
irrelevant performance gain.

But then again, depending on your management, they might conclude that the
salary difference means a C# program is 33% better than the same one written
in VB.NET.

Good luck!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

C# to VB.NET 6
C# vs. VB.NET: typing speed 16
VB.NET vs C++ 2
VB.NET Express speed issue 10
VB.Net vs C# 8
Convert VB.Net 2008 Objects to JavaScript? 2
What's the point of C# and C++ 53
calling C code from VB.NET 1

Back
Top