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
What is the concept of inheritance in .net?
What are the authentication methods in .net?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What is the use of system.diagnostics.process class in .net?
Can you create instance of a class which has private constructor?
Explain what rare the types of jit and what is econo-jit?
Difference between class and interface in .net?
Tell us what is json data, and what is one way that .net developers can work with json?
What is il in vb.net?
Explain how to redirect tracing to a file?
How boxing and unboxing occures in memory?
What is msil, il?
Please explain the difference between constants and read-only variables?
What are three common acronyms used in .net, and what do they stand for?
what is machine key error in .NET how can we solve it?