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
Why do we parse in c#?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
Is boxing an implicit conversion?
Why cannot you specify the accessibility modifier for methods inside the interface?
What is the difference between a private assembly and a shared assembly?
Different between method overriding and method overloading?
What is oledbconnection c#?
What Is A Multicast Delegate?
What do you mean by “finalize” and “finally” methods in c#?
Does c# replace c++?
What is the difference between serialization and deserialization in c#?
Can we make a Static Constructor Parameterized? Give Reason with your answer
Why do we use partial class in c#?
What sort algorithm does c# use?