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
Will my .net app run on 64-bit windows?
Do you know what is garbage collector?
How to Create and Consume a Web Service?
What are three common acronyms used in .net, and what do they stand for?
Is .net a programming language?
What is file extension of Webservices in .Net?
Explain me how does linq work?
Explain how to produce an assembly?
Explain what does managed mean in the .net context?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
Tell us the difference between the while and for loop. Provide a .net syntax for both loops?
What's the use of system.diagnostics.process class in .net?
Tell us what is a variable of implicit type and what is its scope?
What is the difference between a debug and release build?
Explain what are an object and a class?