What is the difference between VB and VB.NET?

Answers were Sorted based on User's Feedback



What is the difference between VB and VB.NET?..

Answer / priths

VB.net uses oops concept
whereas in VB its not used

Is This Answer Correct ?    3 Yes 0 No

What is the difference between VB and VB.NET?..

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

Post New Answer

More Dot Net General Interview Questions

What is the difference between server.transfer and response.redirect? Why?

0 Answers  


Explain different types of html, web and server controls.

0 Answers  


String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12

6 Answers  


Is .net a programming language?

0 Answers  


What is use of ContextUtil class?

1 Answers  






Difference between VB.NET and C#. Which is faster ?

16 Answers   TCS,


How is .net able to support a lot of languages?

0 Answers  


How inheritance works in .net?

0 Answers  


Explain garbage collection?

0 Answers  


What is a design pattern and what is it for?

0 Answers  


Explain me what are the deferred execution and the immediate execution in linq?

0 Answers  


can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?

0 Answers  


Categories