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

What is Flyout Design Pattern in .NET?

880


How to Create and Consume a Web Service?

2967


Explain why do we use msmq?

736


What is the procedure to add assemly to gac to make it shared one?

750


How do I use the thread pool?

766


Is .net a language?

768


What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?

822


How can I tell if .net 3.5 is installed?

728


What is different between webusercontrol and in webcustomcontrol?

721


What is Ajax? How it is related to your project?

803


How will you do redo and undo in textbox control?

771


Explain dataset.acceptchanges and dataadapter.update methods in .net?

770


What is the difference between constants and read-only variables?

765


Which Namespace is used to to achieve MultiThreading in .NET?

796


What do you mean by web service?

870