Answer Posted / venkat
there is no difference between these two. both are used same
framework. same speed also. but some of differences are.....
c# supports operator overloading. vb doesno supports.
C# supports XML,VB supports COM
C# doesn't have MUST keyword. VB contains this KeyWord.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
Explain the different ways a method can be overloaded?
How can I get around scope problems in a try/catch?
How to parse a date time string?
What does an indexer do?
What is an extension method in c#?
Why reflection is used in c#?
What is difference between first and firstordefault?
Is it possible to inline assembly or il in c# code?
list the steps in code compilation in c#?
What is int32 maxvalue?
What do you mean by string objects are immutable?
Difference between Value type & reference types ? and give the example in .Net?
List down the differences between “dispose” and “finalize” methods in c#.
How do you pronounce c#?
What is difference between tostring() vs convert.tostring() vs (string) cast