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 asynchronous one-way calls?
Which is executed if an exception has not occurred?
What is the difference between a variable and a literal?
Which of these statements correctly declares a two-dimensional array in c#?
What is int32?
how to sort an array in c#
Explain briefly the difference between value type and reference type?
What is append in c#?
What is an argument in c#?
Explain how is the dll hell problem solved in .net?
What is method overriding in c#
Why are strings in c# immutable?
What is serialization in unity?
What is the purpose of abstract class in c#?
Can abstract class be sealed?