Difference between VB.NET and C#. Which is faster ?
Answer Posted / madhu
1)c# is case sensitive vb.net its not space sensitve
2)in vb.net abstract classes using "mustinherit" keyword,c#
we have "abstract" key word
3)vb.net has with construct which is not use in c#
4) c# allows pointers it can improve performence in some
situations.
note:Both use same frame work and spped is also very much
equalents.
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
which methos do you invoke on the dataadapter control to load your generated dataset with data?
How to load a user control dynamically in runtime?
How to spawn a thread?
Please explain what is reflection and what is it for?
What is a serviced component?
Tell us the differences between an interface and an abstract class in .net?
What are the differences between com architecture and.net architecture?
How can you turn-on and turn-off cas?
Explain me what is encapsulation?
Explain the difference between asp.net & vb.net and explain architecture?
What is difference between .net core and .net standard?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
Different between .net & j2ee ?
What are the properties of ADO.NET?