what are the advantages of c# over vb.net?
Answer Posted / nikhil
C# supports two things which is not supported by VB.NET
1. Operator Overloading
2. Pointer
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
What is multithreading? What are the problems that comes with multithreading and how to manage them?
Why do we need reflection in c#?
Why dictionary is faster than list?
What is the default value of date?
Is c# dictionary a hash table?
Explain use of abstract and sealed classes in c#?
What is the use of properties window?
What is the major difference between a custom control and user control?
What is executescalar in c#?
Define thread?
How assembly versioning in .NET prevent DLL Hell problem?
What's the difference between System.String and System..StringBuilder in C#?
What is the difference between yield and return?
What is windows form in c#?
How to generate strong name key file or which command is used to generated strong name key file?