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 some of the exclusive features which are present in vb?

522


Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?

1873


What is misl code?

581


How to view an assembly?

613


how to deploy vb.net with key and evaluation time? any one can help me?

1774






What is the difference between readonly variable and constant variable?

571


Explain the difference between datatable and dataset?

567


What is an assembly and its use?

557


Explain how does the xmlserializer work?

603


Can you please explain the difference between dispose and finalize()?

512


Tell me which namespace are used for accessing the data?

535


What are different types of jit ?

602


List the two main parts of .net?

605


What are the advantages of an assembly?

613


What is datatype conversion?

553