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
Explain cas (code access security)?
Explain what is heap and what is stack?
Can "this" be used within a static method?
Explain can the validation be done in the server side? Or this can be done only in the client side?
What is 'Common Type System' (CTS) in .NET?
Is .net an object oriented language? What are their components?
What are the important components of .net?
What is common language specification (cls)?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Do I have any control over the garbage collection algorithm?
Explain code access security.
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
Explain how to spawn a thread?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
Is .net is a language?