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
What are instance fields in c#?
What is thread in c#?
Why do we need generics in c#?
What is difference between internal and protected internal in c#?
what is the default access for a class
How does return work in c#?
How do I declare a pure virtual function in c#?
What is ilist c#?
Is datetime value type c#?
Is double a decimal?
When do we generally use destructors to release resources?
Explain manifest in c#.
Is it possible to have a static indexer in c#?
What is object pool in .net?
What is boxing in c#?