what are the advantages of c# over vb.net?
Answer Posted / thirumoorthy
C# supports two things which is not supported by VB.NET
1. Operator Overloading
2. Pointer
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
Are classes passed by reference in c#?
what are the different ways a method can be overloaded?
How many kinds of elements an array can have?
How does the lifecycle of Windows services differ from Standard EXE?
What tool we have to use to install assembli in gac folder.
What are "class access modifiers" in C#?
What is the system namespace?
Name any three ways to pass parameters to a method in c#?
Why do we need properties in c#?
Does google use c#?
what is boxing and unboxing?can we initialize unboxing directly?
What is attribute and reflection in c#?
Can we customize the serialization process?
Illustrate race condition?
What is writeline in c#?