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
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
Can a static class contain non static members?
What is master page in asp net c#?
How does c# generics and c++ templates compare?
What is action in c# 3.5?
What do you understand by the terms datareader object and dataset object?
What is the default value of guid in c#?
What are partial types in c#?
What are methods in C#?
Name the control which cannot be placed in mdi?
What's the difference between an integer and int?
What do you know about WM_CHAR message?
Explain data types in c#?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What is namespace give the example?