Difference between VB.NET and C#. Which is faster ?

Answer Posted / ranjith

VB.NET
1)no unsigned int
2)Loosely typed language
3)no operator overloading
4)no pointers
5)no auto XML documentation
6)no automatic memory management


C#.net

1) supports unsigned int
2)strongly typed language
3)supports operator overloading
4)supports pointers
5)supports auto XML documentation
6)supports automatic memory
management

Is This Answer Correct ?    28 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is an anonymous method and how is it different from a lambda expression?

512


Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?

518


Explain how to rename a table using sql queries?

550


What is jit compilers?

575


What is RCW (Run time Callable Wrappers)?

1958






What are the different.net tools which you used in projects?

541


Explain me what is .net web service?

555


Can "this" be used within a static method?

568


How to spawn a thread?

571


Explain about the Common Language Runtime?

619


Differences between namespace, class, assembly?

591


What is .net and .net framework?

619


How to load the contents of an xml file into an xmldocument object?

600


Do I have any control over the garbage collection algorithm?

551


explain the states of a window service application?

554