How is VB.Net different from VB6?

Answer Posted / shilpa

1.VB6 was a scripting language while VB.NET is
a Programming language

2.VB6 was supported Unstructured error handling by using On
Error Gotos tatement.VB.NET supports structured exceptional
by using Try…Catch…Finally to handle exceptions at runtime.

3.VB.NET is completely supports object oriented features.
but VB6 wont support

4.VB6 used ADO as Data access technology and record-sets to
implement data access applications.Also here data transfer
in the form of binary format.VB.NET uses ADO.NET and
datasets to build data access applications. The ADO.NET
also supports the disconnected data access.Here the data
transfer in the form of xml format.So here their is faster
dtaa transfer.

5.Multiple versions are supported withvb.net,but with vb6
its not supported

6.multithreading is supported with vb.net,but not with vb6



Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain global assembly cache (gac)?

924


What are the advantages of VB.NET?

758


What is the feature anonymous type?

694


What is redim keyword?

747


Tell us how many languages are supported by .net?

702


What are the different types of applications supported in .net (or) .net framework?

718


How vb implements the disconnected architecture as like vb.net?

783


Name some of the keywords used in vb.net?

786


What is the difference between compiler and interpreter?

759


What is the difference between datagrid and gridview?

718


what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.

794


Explain about jagged arrarys ?

681


What are the advantages of vb.net and c#?

866


Tell me how many .net languages can a single .net dll contain?

718


What’s the difference between private and shared assembly?

888