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
What is a callback c#?
What is the property of class?
Explain about finalize method?
Is there an equivalent of exit() for quitting a c# .net application?
what is scope of a protected internal member variable of a c# class
What is returned if you pass the value 12.34 to the parsefloat () function?
Explain the role of the datareader class in ado.net connections?
What is as keyword in c#?
Is exe is machine dependent?
Can we create instance of private class in c#?
Can delegates be used as callbacks?
What is the difference between namespace and class?
What does immutable mean in c#?
Can we inherit abstract class in c#?
What is default boolean value in c#?