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 difference between tostring() vs convert.tostring() vs (string) cast
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
What is the difference between field and variable in c#?
How we convert private assembly into public assembly?
How do I format a string in c#?
Why do we use partial class in c#?
Explain what are the steps for creating clr trigger?
What is an icollection in c#?
What is the use of expression tree in c#?
What is int parse in c#?
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
What is class and object c#?
What is an abstract class c#?
What are nested classes in c#?
What is the difference between c and c# programming?