Difference between VB.NET and C#. Which is faster ?
Answer Posted / nitin
C# is case sensitive while VB is not case sensitive.
VB.net Support REDIM Keyword while C# is not.
Generally people say C# is faster to VB.net. But the Truth
is that it depends on how each language specific compiler
writes the MSIL. If C# compiler compile the MSIL in less
time as compared to VB.net then we can say C# is Faster and
IF VB.net Compiler compile the MSIL in less time then again
we can say VB.net is faster then MSIL.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Tell us why do we use the “using” statement?
Difference between value type & reference types ?
Difference between abstract class and interface in .net?
Explain webfarm vs webgardens in .net?
What is deferred execution vs. Immediate execution in linq?
What is func in .net 3.5?
Please tell us what is the difference between override and overload in a method?
Is .net capable of supporting multi-thread?
How do you turn off cookies for one page in your site? Give an example.
What tools is used to develop .NET applications?
What is Complex Class in .NET?
What is the difference between server.transfer and response.redirect? Why?
What is machine.config in .net?
What is a variable of implicit type and what is its scope?
What is the transport protocol you use to call a seb service soap?