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
What are an object and a class?
What is a formatter in .net?
How can you assign an rgb color to a system.drawing.color object?
Will it go to finally block if there is no exception happened?
What is lazy initialization?
What is the difference between an abstract class and an interface?
Explain me what is encapsulation?
What is meant by managed and unmanaged code?
Please explain what is the difference between odbc and ado?
What's a windows process in .net?
Tell us what is json data, and what is one way that .net developers can work with json?
What are multicast delegates?
What is STA in .NET?
What is common type system (cts)?