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 Event Bubbling in .NET?

0 Answers   Viscus Infotech,


Why do we use msmq?

0 Answers  


what is the keyword used for self reference?

0 Answers  


When should I use .net core?

0 Answers  


Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?

0 Answers  






What is the microsoft .net?

0 Answers  


How do you handle Start, Pause, Continue and Stop calls from SCM within your application?

1 Answers  


What are data types in .NET?

0 Answers   UGC Corporation,


i have an array of 10 objects whose values are from 1-10 randomly inserted. i have deleted one array object. tell me what is that value? write the logic of it.

2 Answers   Deloitte, Srp Khanij,


What is class library in .net

0 Answers  


Why SOAP is required?

0 Answers   Alcatel-Lucent,


What is gac in .net?

0 Answers  


Categories