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
Do you know what is the difference between an abstract class and an interface?
What is Full trust permission set in .Net
What is STA in .NET?
What is "microsoft intermediate language" (msil)?
What does mean by .net framework?
What is the base class of Button control in .NET?
Different between .net & j2ee ?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
Explain how to load the contents of an xml file into an xmldocument object?
What do you mean by Driver Script?
Explain the difference between managed and unmanaged code?
Explain how com+ related to the dna architecture?
What are the differences between an interface and an abstract class in .net?
How can you turn-on and turn-off cas?
What are two different types of remote object creation mode in .net?