To view parent comment, click here.
To read all comments associated with this story, please click here.
Right well, so in other news, VB6 will continue to be supported if for no other reason than no business sees the value in investing in complete rewrites because some developer on an internet forum thinks VB is trash. Apparently Microsoft agrees.
By the way, I'm a .net developer, c#. I've inherited and still support to this day my fair share of VB projects, some crap, others not. I don't have a soft spot for Visual Basic but I've seen plenty of it's success in the business world first hand.
I have no problem at all with continued support from Microsoft. I even get the argument - there is no reason to rewrite something if it works.
Really - I do get it. I'm just begging and pleading that developers don't take this "continued support" thing as an invitation to keep using it for future work. Expand your mind, that's all I'm saying. The product has serious flaws - it may have been the bees knees 15 years ago but it is time to let go and move on to bigger and better things.




Member since:
2006-01-25
Windows 7.
THAT is what you bring up to defend VB6???
http://stackoverflow.com/questions/2703681/winforms-vs-wpf
http://10rem.net/blog/2010/11/16/windows-forms-developers-tell-me-a...
Winforms is a dead end. Use WPF. Or use Qt with native bindings if you feel adventurous.
Your complaint is a tooling issue, not a programming issue - winforms is not the only option available for a .NET developer and in fact is probably the poorest one.
Sure winforms is easy, so is VB6 - the point is both of them have the same problem... They scale poorly with developer need, you hit walls with either of them that cannot be easily overcome. That is why Microsoft is desperately trying to get their developers to see the light and stop using these technologies...
If you simply can't stomach the MVC/MVVM paradigm Delphi is still around if you have the money for it and want something more like VB6 but with "teh snappy". It was and still is far faster than any version of VB as far as the resulting UI performance goes (that includes VB6). Hell, it is faster than VB6 by pretty much any measure, and it is fairly portable to boot. The feature set and layout control in Delphi are about an order of magnitude more flexible than VB6 every was - but it is the exact same development workflow as far as how the GUI stuff works.
VB6 forms being "fast" is a side-effect of it being almost 15 years old and woefully lacking anything resembling a modern feature set. It is archaic. That is not a strength...