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
State some of the different languages supported by .net?
Explain how to produce an assembly?
What is .net core used for?
Is .net core free?
Differences between datagrid, datalist and repeater in .net?
Explain about .net?
Explain how garbage collection works?
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?
What is cyclomatic complexity and why is it important?
When should I use .net core?
What do you mean by Code Access Security in .NET?
What is the difference between imperative and interrogative code?
Which namespace is used to support multithearding in .NET?
Describe the compilation process for .net code?
What should you do to store an object in a viewstate?