Advantages of c# over vb.net?

Answers were Sorted based on User's Feedback



Advantages of c# over vb.net?..

Answer / 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

Advantages of c# over vb.net?..

Answer / 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

Advantages of c# over vb.net?..

Answer / shashi prakash

the main advantage of c# over VB.net that c# support inheritance hence c# is termed as object oriented language while vb.net does not support inheritance hence it also called object base language

Is This Answer Correct ?    1 Yes 12 No

Post New Answer

More C Sharp Interview Questions

Is array value type in c#?

0 Answers  


Explain the difference between class and interface in .net?

0 Answers  


Is a games console a computer?

0 Answers  


What is the difference between firstordefault and first?

0 Answers  


can we assign null value to value type in c#?

12 Answers   Idea, Microsoft, Wipro,






Explain the difference between a Private Assembly and a Shared Assembly

0 Answers   HCL,


What are Types of assemblies that can be created in dotnet

0 Answers  


What are the 2 broad classifications of fields in c#?

0 Answers  


How do you sort an array in c#?

0 Answers  


7. C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?

2 Answers  


What is the advantage of dependency injection?

0 Answers  


What is the base class of all classes in c#?

0 Answers  


Categories