Advantages of c# over vb.net?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is the use of flag in c#?
Can we inherit a private class in c#?
How can you prevent classes to be inherited?
What is the advantage of singleton class?
What exactly happens when we debug and build the program?
What are nested classes in c#?
What is the difference between readonly and const
What is the difference between an XML "Fragment" and an XML "Document." ?
Explain the types of comments in c#?
Will the following code compile?
What?s the C# equivalent of C++ catch (?), which was a catch-all statement for any possible exception?
What is the use of tuple in c#?