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 use “using” in c#?
What is namespace explain with example?
What is int tryparse in c#?
Can properties be static in c#?
Explain partial class in c#?
Which attribute is used in order that the method can be used as webservice?
What is delegates in c#?
What is args c#?
Explain manifest & metadata in c#.
What is class sortedlist underneath?
What does string intern do?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
What is asp net c# corner?
What is difference between struct and class in c#?
What is the base class in .net from which all the classes are derived from?