Difference between VB.NET and C#. Which is faster ?
Answer Posted / vara prasad
In c# by default Option strict is on where as in vb.net
Option strict is off.
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
Is there built-in support for logging?
Difference between class and interface in .net?
What is the difference between server.transfer and response.redirect? Why?
What is the base class of Button control in .NET?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
Elements of CAS
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
Tell us what is heap and what is stack?
What is .net technology?
What is a metadata in .net?
What is "common language runtime" (clr) in .net?
In code behind class, name the type of code found. Is it the server side code or client side code?
What are situations when you register .NET assembly in GAC ?
Should I implement finalize on my class? Should I implement idisposable?
What does jit compilation do in .net?