What is the difference between the C#.NET and VB.NET?
Answer Posted / praveen
C# is console vb.net is a windows application
C# uses internal Vb.net uses friend
C# uses abstract vb.net uses Must Inherit
C# uses Must not inherit vb.net uses sealed class
Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What is iis? Have you used it?
What is reflection and what is it for?
What is singlecall activation mode used for in .net?
How can I tell if .net 3.5 is installed?
What is meant by managed and unmanaged code?
What is assemblies in .net?
Show different types of collection in .NET?
Explain about .NET services?
What is the difference between boxing and unboxing?
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?
When a Static Constructor called in .NET?
Is there any attempt system for microsoft technology papers?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
What is func in .net 3.5?
What’s different between process and application in .net?