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
Is .net core free?
What is msil, il?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
Should I implement finalize on my class? Should I implement idisposable?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
What is the difference between boxing and unboxing?
Is .net a language?
Should I use readerwriterlock instead of monitor.enter/exit?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
How inheritance works in .net?
What is the use of common language runtime?
What are data types in .NET?
What are pdbs?
What is the use of UML in .Net