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 difference between method and constructor in c#?
What is throw in c#?
What is the difference between // comments, /* */ comments and /// comments?
What are assemblies?
What will a loop recorder show?
What is assembly version series sequence?
Why do we need encapsulation in c#?
Why do we still see so much non-oo code written in c# today?
What is lock in c#?
What is string [] args in c#?
What is difference between method and function in c#?
Can we inherit class that contains only one private constructor?
Explain about multithreading?
Why delegates are type safe in c#?
What is cache memory in c#?