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 an assembly and its use?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
Explain the difference between dispose and finalize()?
How many classes a dll can contain?
What are option strict and option explicit?
What is the difference between vb 6 and vb.net?
Is vb net a scripting language?
What is global assembly cache (gac)?
Can you please explain the difference between thread and process?
What do you mean by serialization and deserialization and it's use.
What is jagged array in vb.net?
Why do you need Lock in Visual Basic?
Observations between vb.net and vc#.net?
What are the various open source tool available for VB.NET?
Explain the observations between vb.net and vc#.net?