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

How many types of inheritance are there in c#?

0 Answers  


What are extender provider components? Explain how to use an extender provider in the project.

0 Answers  


Can we have static indexer in c#?

0 Answers  


What do you mean by delegates and explain different types of delegates?

0 Answers  


Can you explain template pattern?

0 Answers   QuestPond,


What is a decimal c#?

0 Answers  


What is nullable types in c#?

0 Answers  


What?s the difference between <c> and <code> XML documentation tag?

1 Answers  


What is a singleton unity?

0 Answers  


How long does it take to get a loop recorder put in?

0 Answers  


What are the different types of classes in c#?

0 Answers  


Write a functin to add two no. Both no can be int, float.

3 Answers   HCL,


Categories