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 clr in .net?
Explain about .NET services?
What is boxing in .NET?
What is UDDI and how to register a web service ?
How to Create and Consume a Web Service?
What is stored procedure ? how we use it in .NET ?
Please explain what is the difference between odbc and ado?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What is the managed and unmanaged code in .net?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
What is the transport protocol you use to call a seb service soap?
Explain security measures exist for .net remoting in system.runtime.remoting?