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 wrong with a line like this? Datetime.parse(mystring);
What is difference between system.string and system.stringbuilder classes?
What is the difference between user control an custom control? Advantages/disadvantages?
Is there built-in support for tracing?
Explain me why do we use msmq?
What is the benefit of .net core?
Can a try block have more than one catch block?
Tell us what is json data, and what is one way that .net developers can work with json?
What is the difference between constants and read-only variables?
What is the difference between asp.net and asp?
What is manifest in .net?
What is DTS and explain the purpose of it?
Explain me what is the difference between an abstract class and an interface?
What is the difference between imperative and interrogative code?
Explain how to stop a thread?