Orbit86 wrote:they need to make regular vb open source but .net can only be programmed in windows making programmers restricted to a windows only environment....
Manip wrote:VB.Net is the worst language is the history of the universe. It is a ugly mutated VB6 / C# cross bread that should have been shot at conception.
Manip wrote:VB.Net is the worst language is the history of the universe. It is a ugly mutated VB6 / C# cross bread that should have been shot at conception.This video has just showed how bad the language design is. VB6 Key Concepts: - Event Driven - Module Extensions (aka abstract class) - Object Extensions Microsoft has killed all the magic by giving the programmer complete control (and thus increasing the complexity 10 fold), that is NOT what VB was about. I asked for *more* power, I didn't ask for complete control. I liked the magic. I just wanted more toys to play with. If I want complete control I would use C++ with Win32 or access Win32 from VB and make the calls myself... The syntax on the original VB was fine because you didn't have to write a lot but now you have to write out all this module / object code it becomes ugly and messy.... The original VB has transparent namespaces, where it finds them for you and adds them at run time.. This new one has insane things like namespace my, what the HELL is that?! The entire current VB team should be fired...