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 .cs file in c#?
What do you mean by shared assembly?
Can you store different types in an array in c#?
Is typeof c#?
What are synchronous and asynchronous operations?
What is difference between === and ==?
Explain the different types of delegates used in c#.
Are value types sealed?
How do I unload an application domain?
What is deadly diamond problem?
Are objects passed by reference in c#?
What is the use of console readline () in c#?
What is token in c#?
What is the major difference between a custom control and user control?
Explain the difference between class and interface in .net?