what are the advantages of c# over vb.net?
Answer Posted / bond
C# Supports memory pointer where as VB.net dont
C# is Suitable for C,C++ Programmer
casting object type is easy in C# (object)
in vb.net Ctype(blah blah blah)
Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
How can I make sure my c# classes will interoperate with other .net languages?
Why do we use static class in c#?
Explain About web methods and its various attributes
Why we use delegates in c#?
What is dataset and dataadapter in c#?
Can I define a type that is an alias of another type (like typedef in c++)?
How string definitions will prevent escaping on backslashes in C#?
can multiple catch blocks be executed for a single try statement?
What does writeline mean?
What are variables in c#?
What are c# i/o classes?
What is managed or unmanaged code?
What is difference between write and writeline?
what is .NET framework architecture ??
What is a private method in c#?