Following are the differences between VB and VB.Net:
VB |
VB.Net |
Platform dependent | Platform Independent |
VB is backward compatible | VB.Net is not backward compatible |
Interpreted | Compiler Language |
Exception Handling by ‘On Error…..Goto’ | Exception Handling by ‘Try….Catch’ |
Cannot develop multi-threaded applications | Can develop multi thread applications |