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
Define marshling?
What is a design pattern and what is it for?
Please explain what is the difference between odbc and ado?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
Explain the difference between garbage collections in .net 4.0 and earlier versions?
What is the difference between a class and an object, and how do these terms relate to each other?
Explain what inheritance is, and why it's important?
Explain the difference between task and thread in .net?
Explain code access security.
Explain webfarm vs webgardens in .net?
Explain what are possible implementations of distributed applications in .net?
What are the security policy levels in .Net
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
What do the terms “boxing” and “unboxing” mean?
Please explain what is a delegate?