What is the difference between VB and VB.NET?
Answers were Sorted based on User's Feedback
Answer / priths
VB.net uses oops concept
whereas in VB its not used
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / prashant
vb is object based lang whereas vb.net is object oriented language. vb.net is a enhanced version of vb6.0.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain what does managed mean in the .net context?
How can you clean up objects holding resources from within the code?
What is the native image generator?
How can I tell if .net 3.5 is installed?
Name the classes that are introduced in the system.numerics namespace.
Do you know what is the difference between an abstract class and an interface?
What does msil do?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
What is different between Web User Control and Web Custom Control?
What is a resource? Provide an example from your recent project.
What are the types of jit?
What is singleton activation mode in .net?