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 jit? What are the different types of jit?
What are the delegates in c#?
How many bytes is an int c#?
Why do we still see so much non-oo code written in c# today?
Give an example to show for hiding base class methods?
What is a delegate how is it type safe?
Can a constructor be static in c#?
What does public mean in c#?
What is data quality assurance?
What is enum in c#?
What is difference between C# and VB.NET?
What is default value of bool in c#?
Where do we use static class in c#?
Explain About remoting and web services. Difference between them
What is string programming language?