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

State some of the different languages supported by .net?

756


Explain how to produce an assembly?

784


What is .net core used for?

752


Is .net core free?

860


Differences between datagrid, datalist and repeater in .net?

773


Explain about .net?

843


Explain how garbage collection works?

799


How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?

798


What is cyclomatic complexity and why is it important?

1977


When should I use .net core?

823


What do you mean by Code Access Security in .NET?

876


What is the difference between imperative and interrogative code?

1829


Which namespace is used to support multithearding in .NET?

787


Describe the compilation process for .net code?

862


What should you do to store an object in a viewstate?

803