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
What is Flyout Design Pattern in .NET?
How to Create and Consume a Web Service?
Explain why do we use msmq?
What is the procedure to add assemly to gac to make it shared one?
How do I use the thread pool?
Is .net a language?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
How can I tell if .net 3.5 is installed?
What is different between webusercontrol and in webcustomcontrol?
What is Ajax? How it is related to your project?
How will you do redo and undo in textbox control?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
What is the difference between constants and read-only variables?
Which Namespace is used to to achieve MultiThreading in .NET?
What do you mean by web service?