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 // comments, /* */ comments and /// comments?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
How many types of constructor are there in c#?
Who benefits from ajax?
What is c# and why it is used for?
When a switch is said to be congested?
What is the difference between abstract class and interface in c#?
How we can create an array with non-default values?
Define strong name in c#?
What are partial types in c#?
Compare and contrast between the System.Array.CopyTo() and Clone()?
What is difference between dictionary and hashtable?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
What is a hashset c#?