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
the c# keyword .int. Maps to which .net type?
What does == mean in c sharp?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
What is xor operation?
What is using in c#?
Can namespace contain the private class?
What are the Types of optimization and name a few and how do u do?
What are collection classes?
Are tuples mutable c#?
What are types in c#?
Differentiate between object pooling and connection pooling in c#?
What is method and function in c#?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
What is data type c#?
What problem does Delegate Solve?