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
Is .net core the future?
What is managed code execution?
Define marshling?
How to get the number after decimal point in .net?
What is the new three features of COM+ services, which are not there in COM (MTS)
Explain me what is a design pattern and what is it for?
Explain Different kinds of methods?
What tools is used to develop .NET applications?
Please explain what is the difference between constants and read-only variables?
What is a strong name in .net?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
How do you turn off cookies for one page in your site? Give an example.
What is Full trust permission set in .Net
Using com component in .net?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?