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
What is the use of GC.KeepAlive Method?
What is the meaning of MSIL?
What is Event - Delegate?
Can I get the name of a type at runtime?
What is the difference between abstract and virtual?
What is array and its types in c#?
Why do we use public static void main in c#?
What is a method signature?
How can I produce an assembly?
What is difference between virtual and override in c#?
Why reflection is used in c#?
What is multidimensional array in c#?
What is the difference between the debug class and trace class? Documentation looks the same.
What is a type c#?
How do I run managed code in a process?