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
Explain global assembly cache (gac)?
What are the advantages of VB.NET?
What is the feature anonymous type?
What is redim keyword?
Tell us how many languages are supported by .net?
What are the different types of applications supported in .net (or) .net framework?
How vb implements the disconnected architecture as like vb.net?
Name some of the keywords used in vb.net?
What is the difference between compiler and interpreter?
What is the difference between datagrid and gridview?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
Explain about jagged arrarys ?
What are the advantages of vb.net and c#?
Tell me how many .net languages can a single .net dll contain?
What’s the difference between private and shared assembly?