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 explain what is the difference between constants and read-only variables?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
How can you instantiate a tuple?
What is .net latest version?
What is view state in .net?
Which dll translate xml to sql in internet information server (iis)?
How do you trigger the paint event in system.drawing?
What is UDDI and how to register the web service in it?
What is the use of design pattern?
What is concurrency? How will you avoid concurrency when dealing with dataset?
What tools is used to develop .NET applications?
What are the new thee features of com+ services, which are not there in com (mts)?
Please explain is the jit an interpreter?
What is the lapsed listener problem?
Example from .net. Integer & struct are value types or reference types in .net?