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

What is a static class?

780


What are the differences between c# and visual basic.net?

771


Define clr?

749


Define manifest?

764


Explain i.tostring method?

705


How to store decimal data in .net?

856


Why do we use ansi keyword?

757


What is late binding?

723


How many ways the function can return values?

776


Explain the difference between import system.data.sqlclient and system.data.oledb?

769


Explain how can we remove handlers at run time?

740


What is pre-jit?

732


Explain the use of new keyword?

740


What do you mean by Redim in VB.NET?

884


Explain jit?

744