Difference between VB.NET and C#. Which is faster ?

Answers were Sorted based on User's Feedback



Difference between VB.NET and C#. Which is faster ?..

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

Difference between VB.NET and C#. Which is faster ?..

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

Difference between VB.NET and C#. Which is faster ?..

Answer / ramana

9

Is This Answer Correct ?    0 Yes 1 No

Difference between VB.NET and C#. Which is faster ?..

Answer / amit

c# totally follows rules of Opps but VB.net not

Is This Answer Correct ?    0 Yes 3 No

Difference between VB.NET and C#. Which is faster ?..

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

Difference between VB.NET and C#. Which is faster ?..

Answer / rajesh g

vb.net supports with constructor while c# do not.

Is This Answer Correct ?    5 Yes 28 No

Post New Answer

More Dot Net General Interview Questions

What is meant by localization?

0 Answers  


What is strong name?

2 Answers  


What is the difference between user control an custom control? Advantages/disadvantages?

0 Answers  


Directcast(123.34,integer) - should it throw an error? Why or why not?

1 Answers   Wipro,


What is namespace in .net?

0 Answers  






What are the different.net tools which you used in projects?

0 Answers  


. How .NET can support multiple languages?

1 Answers  


What is JIT and how is works?

3 Answers  


Is .net core stable?

0 Answers  


Give An example of a ctype and directcast.

2 Answers   Wipro,


How to find methods of a assembly file (not using ILDASM) Reflection

1 Answers  


Is there built-in support for logging?

0 Answers  


Categories