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 some of the exclusive features which are present in vb?
Explain the use of serialization and deserialization?
What are the difference between structure and class?
Write a program to find all text files in a logical drive and return the count of the number of files?
i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate
What is portable executable?
What are the advantages of VB.NET?
What is the size of .net object?
Explain the advantages of migrating to vb.net?
What is code security?
What is visual basic.net culture?
What are the shadow variables?
Which namespace are used for accessing the data?
What is DLL HELL in VB.NET
What does assert() method do In VB.NET