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
List some Advantages of switch-case over if else?
Why ienumerable is used in c#?
List some of the basic string operation?
What is a property in c#?
Do extension methods have to be static?
What are logical operators in c#?
Why do we use lambda expression in c#?
Why do I get a security exception when I try to run my c# app?
What is the use of console application in c#?
What is boxing and unboxing in c#?
What is boolean conditions in c#?
Is stringbuilder thread safe c#?
can you allow a class to be inherited, but prevent the method from being over-ridden?
Can you specify an access modifier for an enumeration?
Explain types of comment in c# with examples