vote up -3 vote down star
3

Why do people use Visual Basic anymore? Honestly...

flag

They're gluttons for punishment. And since you're asking this here, so are you... ;-) – Shog9 Jul 2 at 22:37
2  
@dfa: Honestly? – Shog9 Jul 2 at 22:44
2  
Might be a real question, but when all it says is "Honestly...", it kinda reeks of bias. Actual developers can all imagine genuine reasons for using VB I'm sure. – Svend Jul 2 at 22:44
5  
Why do People capitalize their Questions so Strangely? jk :) – Michael Pryor Jul 2 at 22:49
2  
"Honestly..." is NOT a real question. If you wanted to present a question, state your question, and provide at least one supporting fact, ancedote, evidence, etc. – abelenky Jul 2 at 22:50
show 7 more comments

closed as subjective and argumentative by Shog9, Eric, Michael Pryor, musicfreak, Michael Jul 2 at 22:50

13 Answers

vote up 6 vote down check

Because it is easy to start with for beginners and many experienced programmers are used to it.

link|flag
vote up 4 vote down

Why wouldn't I?

I've been programming in various versions of Basic for 34 years now. I know 20 to 30 other languages and have worked professionally in about a dozen of them, but of the currently viable languages, I am most comfortable with VB.net, so why wouldn't I use it?

link|flag
vote up 4 vote down

If you are asking about old school VB 6 (and older) simply because there were so many apps built with it. They have not been ported and probably never will be. It is easy to work in. A great language for a non-programmer to learn (somewhat...albeit a crippled manner of programming concepts) how to write programs in. Knowing VB 6 allows you to get around nicely in VB Script, ASP Classic, VBA, etc. There are many uses for this still.

If you are referring to VB.NET it is because many people that came from the VB world saw this as an easy path to upgrade their knowledge. A lot of people find the workflow in VB.NET to be easier and quicker...more productive. There are many shops that are dedicated to VB.NET...(which I don't understand why...there are) in which case there is a market for VB.NET people out there.

I myself spent all of 6 months learning VB.NET when it was first released. I soon realized that if I were to learn a new language...why would I want to learn something with the VB6 reputation...even if they do compile down to the same underlying code. I immediately went to C# and havn't looked back since...a wise decision. I find C# to be way more marketable given the legacy (and poor flavor) that VB6 has left on the world....

...hence this post!

link|flag
vote up 2 vote down

Because they're used to it, or because the person who is most willing to help them has recommended it.

link|flag
vote up 2 vote down

Because it's all you get (by default) with Excel, Word, Access, etc. And a lot of applications don't need to be completely rewritten.

Oh - you only meant VB.NET? Then expand your awareness a bit.

link|flag
vote up 2 vote down
  1. Because it's basic.
  2. Because it's visual.

QED, any newbie programmer can learn it (and there are TONS of source code examples out there).

Although I suspect your question was rhetorical.

link|flag
1  
VB.NET isn't really that basic anymore – Andy White Jul 2 at 22:48
vote up 2 vote down

because they feels productive with it?

link|flag
vote up 2 vote down

Languages have momentum. Programs have to be maintained.

If I recall correctly, Code Complete 2 says that as of 1992 (I think) the most used languages were COBOL and Visual Basic. I wouldn't be surprised if that were still true.

I still see jobs for Visual Basic. I'm not especially happy about it, since the .Net version seems to have become especially nasty--see "comparative samples."

link|flag
vote up 1 vote down

Because QuickBasic doesn't have a RAD GUI designer.

link|flag
Sure it does, it was called VB for DOS. – Kevin Jul 2 at 22:53
Then, yeah, I don't know why people use VB. – Justice Jul 2 at 23:47
vote up 1 vote down

I wonder myself, why? Maybe for those same reasons people like horses and old buildings though we now have cars and modern houses.

link|flag
1  
So, you're not at all impressed by features VB.NET has that C# doesn't? XML Literals, some additional LINQ syntax (Aggregate)? – John Saunders Jul 2 at 22:55
vote up 1 vote down

It has some features not found in other .NET languages such as XML literals.

link|flag
1  
+1 the one and only feature I am envious of. But not enough to start using it ;-) – Tim Jarvis Jul 2 at 22:42
vote up 1 vote down

Hey, I dislike it a lot, but the debugger is pretty damn nice, at least give it that. :P

Edit: Didn't read the question extremely closely...but it gives non-programmers a good base, and allows them to create something very quickly and easily, which in turn could get them interested in diving into more complex programming. Nothing wrong with that. :)

link|flag
vote up 0 vote down

When your only tool is a hammer, everything starts to look like a nail!

link|flag
1  
-1: trite, cliche, adds nothing. – RBarryYoung Jul 2 at 22:44
1  
+1: @RBarry Young - but very much in the spirit of this pretty lame pseudo argumentative (or flame oriented) question! – Andrew Siemer Jul 2 at 22:48
If you would think about this a little more, it might make more sense. I started my software company 11 years ago. It is based solely on one application written in VB6. To this day, when I consider adding new functionality, or even starting a new project, I usually favor VB6 because I am many times more productive with this familiar environment. VB6 is my hammer. It fits my palm perfectly. – G Mastros Jul 2 at 22:54

Not the answer you're looking for? Browse other questions tagged or ask your own question.