|
|
|
|
|
by vparikh
1014 days ago
|
|
Microsoft killed VB for one very simple reason: They were terrified of Java and the JVM that went along with it, as it would make their cash cow - Windows possibly redundant. They basically switched everything to .Net and the CLR. Also, you are looking at VB through rose tinted glasses. VB was a terrible system to build products on:
- Poor language. BASIC is not, as implemented by VB, a production level language. I am sure folks will argue that point, but I will stand by it.
- The component model was terrible - you had to drop in to C and use OLE/DCOM to create components for it. A VB dev couldn't create components directly in VB.
- DLL HELL. Shipping VB code was a nightmare. Delphi was an answer to all of this - but Microsoft killed that too by stealing Anders Hejlsberg, whow went on to create the .Net frameworks, implementing many of the Delphi innovations in a Microsoft ecosystem. |
|