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 is the real use of interface in c#?
What is method in c#?
Can you create sealed abstract class in c#?
How to implement a singleton design pattern in c#?
What is difference between ienumerable and ienumerator in c#?
How do you prevent a class from being inherited?
Can fields inside a class be virtual?
What does executescalar return in c#?
What are async and await?
Should I use double or float?
Can private virtual methods be overridden in c#.net?
What are verbatim strings in c#?
What is parameters in c#?
What does dbml mean?
What is final keyword in c#?