Question:
what is the difference between a project made in VB or VB NET?
psmansa
2008-07-04 10:18:18 UTC
I've made a software in VB.NET, what is the difference between a project made in VB or VB NET
Three answers:
boris
2008-07-04 10:30:09 UTC
VB 1.0 to 6.0 is seperate from .NET. Older versions of VB require the vb run time libraries.



NET began with Visual Studio 7.0. VB.NET applications on the other hand require the .NET framework.



VB.NET is object oriented. Older versions of VB do not fully support object oriented concepts.



So in summary... VB and VB.NET are two totally different programming languages. VB.NET shares much of the same syntax, but compiles different and requires a different set of run time libraries. I hope this answered your question. Good luck!
anonymous
2008-07-06 05:56:38 UTC
1. vb is opps based, But dotnet is Completely supported for oops

2. In dot net we can develop console applications, web applications, mobile apps, smart device apps, But this was not possible in vb.

3. Lot of Advanced controls available in vb.net

4. in vb, only recordset concepts ( connection methods) are available, ex. DAO, ADO, RDO methods. But in dotnet ado.net(disconnected Database) method is also availble.

5. Cross language integration, Cross language Debugging and cross langauge inheritance is also possible in vb.net.



These are the main differences i know. Other than this there are lot of differences between vb and vb.net.
tinytim
2008-07-07 21:35:23 UTC
VB.NET HAS MANY MORE BUILT IN FUNCTIONS AND IS EASIER TO USE AND LEARN ALTOUGH ITS HARD TO FIND VB.NET SOURCE CODE.

sry caps lock is on


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...