| Author: Shalini 29 Aug 2008 | Member Level: Silver | Rating:  Points: 0 |
vb.net support all oops concepts.
|
| Author: Shalini 29 Aug 2008 | Member Level: Silver | Rating:  Points: 5 |
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.
|
| Author: D.Jeya kumar(JK) 29 Aug 2008 | Member Level: Diamond | Rating:  Points: 5 |
Hi,
Visual basic is not having any framwork and we can run the application on any mahine.
vb.net is havin framework and it will give all the classes method and garbage collector service etc.,
Language Interoprobaility that means we can create a compoent in c# and we can use the component in vb.net and vis versa.
Many new controls and we can Use many types applcation like Console application, Mobile etc.,
Disconnected Architecture using Dataset. in vb it was record set.
Garbase collection(Automatic memeory memory management)
and many more
regards JK
|
| Author: Arun 29 Aug 2008 | Member Level: Bronze | Rating:  Points: 6 |
1.vb is opps based, But dotnet is Completely supported for oops 2. In vb.net we can develop console applications, web applications 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. 6.Visual basic is not having any framework and we can run the application on any machine. 7.vb.net is havin framework and it will give all the classes method and garbage collector service etc., 8.Language Interoprobaility that means we can create a compoent in c# and we can use the component in vb.net and vis versa. 9.Many new controls and we can Use many types applcation like Console application,windows application & windows apllication 10.Disconnected Architecture using Dataset. in vb it was record set. 11.Garbage collection(Automatic memeory memory management) is the main advantage in vb.net,in vb we don hav this.
ur's ARUN
|