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
Explain about .net assemblies?
What does jit do?
Tell us why do we use the “using” statement?
Explain how does assembly versioning work?
How to debug failed assembly binds?
Please explain what is the difference between odbc and ado?
The project which you have made, which methodology did you use?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
What are nullable types in .NET
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What is the difference between vb.net and vc#.net?
Explain what is a manifest in .net?
What is strong-typing versus weak-typing? Which is preferred?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
What tags do you need to add within the asp:datagrid tags to bind columns manually.