Difference between VB.NET and C#. Which is faster ?
Answer Posted / loks
C# have access to unmanaged code.
VB dose not have.
VB accepts optional parameter.
C# does not have.
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
How inheritance works in .net?
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?
Does .net supports destructors concept?
What is singleton activation mode in .net?
Explain the difference between public and static modifiers?
How is .net able to support a lot of languages?
What are the differences between an interface and an abstract class in .net?
How to create properties and methods using controls?
How is .net able to support multiple languages?
What are the improvements made in cas in .net 4.0?
What is a variable of implicit type and what is its scope?
Which namespace does it belong to by default?
What is file extension of Webservices in .Net?
What's typical about a windows process in regards to memory allocation in .net?
Do you know what is the difference between an abstract class and an interface?