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
Do you know the difference between the stack and the heap?
Do you know what are three common acronyms used in .net, and what do they stand for?
How to implement CAS in .Net?
What are the authentication methods in .net?
What is gac in .net?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
What is manifest in .net?
What is implement a generic action in webapi?
Please explain what is heap and what is stack?
What is the difference between odbc and ado?
What is close method? How its different from finalize and dispose?
Explain how to produce an assembly?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What does stateless mean?
What is the lapsed listener problem?