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 is namespace in .net?
Explain attributes in dot net?
What are the new 2.0 features useful for?
what is the default security setting in .net?
How does u handle this COM components developed in other programming languages in .NET?
What is the procedure to add assemly to gac to make it shared one?
Explain why do we use the “using” statement?
How to convert a .NET object into COM operabililty?
What are the new thee features of com+ services, which are not there in com (mts)?
Explain what does managed mean in the .net context?
Differences between datagrid, datalist and repeater in .net?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
Explain how to redirect tracing to a file?
Explain how to produce an assembly?
What is difference between .net core and .net standard?