Difference between VB.NET and C#. Which is faster ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / loks
C# have access to unmanaged code.
VB dose not have.
VB accepts optional parameter.
C# does not have.
| Is This Answer Correct ? | 6 Yes | 6 No |
Answer / nagaraj
vb.net is not case sencentive.
c# is case sencentive.
vb.net does not support xml
c# support xml
| Is This Answer Correct ? | 19 Yes | 23 No |
Answer / rajesh g
vb.net supports with constructor while c# do not.
| Is This Answer Correct ? | 5 Yes | 28 No |
What is Atomicity?
What is the difference between server.transfer and response.redirect? Why?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
How do I spawn a thread?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
What are possible implementations of distributed applications in .NET?
What is an Exception? How many exceptions exist in Dot net and explain them?
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
What?s different about a Windows service as compared to a regular application?
What are the security policy levels in .Net
What is MSIL code ?
How to Exchange data between Webservices