What is the difference between the C#.NET and VB.NET?
Answer Posted / rt
VB.NET is an object based language, whereas C# is an pure object oriented language.
VB.NET was the extension of vb6, whereas C# was the new language which was introduced with .net.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What’s different between process and application in .net?
How to spawn a thread?
What are the properties of ADO.NET?
Difference between class and interface in .net?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
Who is using .net core?
Explain the features that are common to all .Net languages.
Is there built-in support for logging?
How will you load dynamic assembly? How will create assemblies at run time?
What are the differences between com architecture and.net architecture?
What are the different types of remote object creation mode in .net?
Explain what is the difference between response.redirect & server.transfer?
Explain the process of compilation in .NET?
What does msil do?
What is implement a generic action in webapi?