Answer Posted / madhusudhanreddy t
Both are programming languages which are used to develop
CUI,GUI,Website applicaton.
Some of the differences are:
-C# supports Operator Overloading, where as VB does not
support it
-C# supports XML Documentation, where as VB does not support it
-C# supports pointer programming using unsafe keyword, where
as VB does not support unsafe code implementation
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is console readkey in vb net?
What is the default modifier for class in c#?
What is xor operator in c#?
What is the difference between finalize() and dispose()?
How many types of inheritance are there in c#?
what happens if you inherit multiple interfaces and they have conflicting method names?
What is .cs file in c#?
What is difference between === and ==?
Explain hash table in c# ?
What is the purpose of a namespace?
What is generic types in c#?
Can the nested class access, the containing class. Give an example?
How does dictionary work in c#?
Describe ado.net?
What's the difference between an integer and int?