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 |
What is the use of common language runtime?
what is managed data and managed code?
What is garbage collection in .net? Explain the garbage collection process?
How can I find out what the garbage collector is doing?
Please send me the latest asp.net,c#,sql server interview questions .my email id is ramtryin@gmail.com
How do you trigger the paint event in system.drawing?
Name the classes that are introduced in the system.numerics namespace.
How does the .NET framework work?
What are the deferred execution and the immediate execution in linq?
How can we convert XML data into DataBase table IN .Net?
How is a property designated as read-only?
Write the .net syntax for 'for loop'?