1.

How Is Vb.net Different From Vb6?

Answer»
  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 data transfer.
  5. Multiple VERSIONS are supported with VB.NETbut withVB6its not supported.
  6. multithreading is supported with VB.NET, but not with VB6.



Discussion

No Comment Found