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
Explain the difference between task and thread in .net?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
What is the use of design pattern?
What is lambda expressions in c#?
What is iis? Have you used it?
What's typical about a windows process in regards to memory allocation in .net?
Is .net core installed?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
Explain the different types of proxy patterns?
What is a variable of implicit type and what is its scope?
What does il do?
Explain what are the deferred execution and the immediate execution in linq?
What do the terms “boxing” and “unboxing” mean?