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 the difference between list and arraylist c#?
What is enum in c#?
Explain manifest in c#.
What is the meaning of 0 in c#?
Name some properties of array.
What is jit (just in time)?
what is the scope of anonymous type ?
What is dynamic in c#?
What is a data set in c#?
Is datetime nullable c#?
What is sqldatareader c#?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
What is sorting in c#?
I want to print "Hello" even before main() is executed. How will you achieve that?
Is linkedhashset synchronized?