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 before string in c#?
Can the accessibility of a type member be greater than the accessibility of its containing type?
Why do we use ienumerable in c#?
What is string pool in c#?
What does the keyword “virtual†declare for a method or property?
What is the C# syntax to catch any possible exception?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What's different between c# and c/c++?
What is addressof operator?
What is a clr host?
What is the difference between constant and readonly in c#?
What is delegation in oops?
What is jagged array?
What does async mean in c#?
What is generic delegates in c#?