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
how can i create a table from front end to back end in wabe page?
How will you load dynamic assembly? How will create assemblies at run time?
What is new in .net core?
What is an exe and a dll?
Please explain what is the difference between odbc and ado?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
What are .net functions?
Difference between class and interface in .net?
What is stored procedure ? how we use it in .NET ?
Explain the difference between asp.net and asp?
How to produce an assembly?
What is .net3.5?
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.
Explain the different types of proxy patterns?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?