Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

A lot of business line applications are still written in VB.NET. Personally, I write all of my hobby code in VB.NET since it's more or less the same as writing C# but I find VB syntax more comfortable.

There's even claims it's the fifth most popular language out there today. https://visualstudiomagazine.com/articles/2018/12/17/tiobe-v... Though there's not a lot of other parties who agree with that, on one hand, on the other hand, a shockingly large number of developers do not work in Silicon Valley, and a lot of those developers aren't using the latest JavaScript frameworks for their day-to-day jobs.



I am probably the last person but I do everything in asp classic vbscript and SQL Server full time since 1998.

Internet development can't just be for people with expensive cs degrees.


Replying to you, and ocdtrekkie.

I'm not alone! I know multiple coding languages but for fun coding (i.e. I'm not being paid to do it) I fallback to VB.Net as I just don't have to think about it, it just flows from my fingers. Once it's an EXE it's no different from C# and as no-one else has to support my code, who cares that it's in VB.Net. I actually don't understand the hate that VB.Net gets. I think maybe people are just biased based on their knowledge of bad VB code from the VB6 and earlier days.

I'm also a huge fan of ASP. It's small, fast, and super simple to deploy onto any Windows server. If you are just writing a small web based tool for end users that's easy for people to maintain, then ASP is still definitely the way to go for Windows Web servers. By comparison, I've recently converted a few ASP tools to PHP that run on the same spec of hardware (under debian, not Windows) and PHP is definitely slower than ASP.


I love vb.net and used it extensively, but given the multiple writings on multiple walls, I switched to C#. While I prefer the vb syntax, I found that using two languages simultaneously is more cumbersome than using a syntax I like less for home projects. I find that muscle memory is a powerful tool.


Hey they're great languages and if it works for you, it's great. I would just be conscious of any security vulnerabilities using older software, but outside of that, if it works it works.


You mean you like the point and click feel to these tools?

I know a few folks with mediocre high school degrees that are quite comfortable with command line tools, there's no clear divide saying that rich folks -> CLI, poor folks - > GUIs :)


Classic ASP and VBScript were never point-and-click. It was ASP.NET that introduced the visual designer etc.


Visual Interdev[0], permitted folks to build Classic ASP apps using drag'n'drop. It wasn't quite as sophisticated as Visual Studio.NET, but the basics were there. I never used it myself because there was too much "magic" and preferred to knock out my ASP using TextPad.

[0]: https://en.wikipedia.org/wiki/Visual_InterDev


Them I'm not sure I get the point. Why are classic ASP and VBScript low brow?


Think of it as PHP with VB syntax, and without much of a standard library.


At the time of their development there were not many best practices yet. Microsoft promised a version 4.0 and in the process morphed that development into Asp .Net instead.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: