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
Explain how to spawn a thread?
Explain what is a manifest in .net?
What is the microsoft .net?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is the root class in .net?
Please explain when should you use .net web forms over asp.net mvc?
What's singleton activation mode in .net?
Explain what do the terms “boxing” and “unboxing” mean?
What is multiThreading in .NET?
Explain me what is encapsulation?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
Explain the difference between managed and unmanaged code?
What are the improvements made in cas in .net 4.0?
What is garbage collection and how it works ?
Explain what are possible implementations of distributed applications in .net?