What is the difference between VB6 and VB.Net?
VB6
1. It is Object-based Language
2. It Does not support Threading
3. Not powerful Exception handling mechanism
4. It Does not having support for the console based applications
5. Cannot use more than one version of com objects in vb application called DLL error
6. It Does not support for the Disconnected data source.
VB.Net
1. It is Object-oriented Language
2. It supports Threading
3. powerful Exception handling mechanism
4. It is having support for the console based applications
5. More than one version of dll is supported
6. supports the Disconnected data source by using Dataset class