Difference between VB.NET and C#. Which is faster ?
Answer Posted / chandramouleswar
No difference is there when you are using VB.NET OR C3.NET
as the Code is compiled to IL. Both show equal performance
when it comes to the development.
| Is This Answer Correct ? | 43 Yes | 14 No |
Post New Answer View All Answers
What is the root class in .net?
Is .net an object oriented language? What are their components?
Describe the Managed Execution Process
Can you create instance of a class which has private constructor?
How to Create and Consume a Web Service?
What is static constructor, when it will be fired?
What is managed code and managed data in .net?
Can "this" be used within a static method?
How to create multiple inheritance in c#, with example?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
What is a metadata in .net?
How can I find out what the garbage collector is doing?
How server form post-back works?
What are the namespace available in .net?
Explain the difference between the while and for loop.