what are the advantages of c# over vb.net?
Answer Posted / chandra
c# is case sencitive,vb.net is not case sencitive,c#
statements is placed between braces but in vb,net in
between end of itself(sub .. end sub).
thank you.
| Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
Why do we need abstract class?
Explain about c# language.
What is the use of delegate?
What is hashmap in c#?
Is there any sample c# code for simple threading?
What are access modifiers used for?
What is the difference between throw and throw ex?
What is boxing and unboxing in c#?
What is session management in c#?
What are circular references?
What is data hiding in c#?
What is iformatprovider in c#?
What is use of a HashTable in .NET?
Explain the difference between pass by value and pass by reference.
Describe two uses of the “using” statement during the operation of c#?