Difference between VB.NET and C#. Which is faster ?
Answer Posted / mohammad shahid ullah
VB.NET use the Not keyword to express logical negation.
C#.NET use the ! operator to express logical negation.
VB.NET statements are continued using the underscore(_).
C#.NET statements continue until the semiclone(;).
| Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
Explain dataset.acceptchanges and dataadapter.update methods in .net?
Explain why do we use msmq?
What is delegation in .net?
What is Finalizer in .NET define Dispose and Finalize ?
Explain the different types of proxy patterns?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
How to instantiate a delegate?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is an exe and a dll?
What is reflection in microsoft .net context?
What are the different types of Classes in .NET?
Is .net front end or backend?
What is web.config in .net?
What are the advantages of .net?
What is the intermediate language between asp and asp.net1.0?