Advantages of c# over vb.net?

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


Please Help Members By Posting Answers For Below Questions

Explain how do you debug an asp.net web application?

654


Explain how to parse a datetime string?

668


How many types of constructor are there in c#?

644


What is a generic method?

644


What are virtual destructors?

705


Can we overload the main method in c#?

661


How do destructors and garbage collection work in c#?

680


Can you explicitly call a destructor?

685


If you define a user defined data type by using the class keyword, is it a value type or reference type?

698


What is the difference between integer and double?

660


How do you access a constant field declared in a class?

666


Illustrate serialization?

697


What is namespace in oop?

685


Define encapsulation?

857


What are the fundamental principles of oo programming?

781