Skip Navigation

Your thoughts on Visual Basic .NET?

Hey, community.

This one might probably trigger some of you. But just a question that comes out of the blue: What are your thoughts on it?

I first learned programming back in the day with Visual Basic 2008. Nowadays, I can program with C#, Java, PHP and some other languages rather well (I'm no professional, though), but I often come back to Visual Basic, because I'm just so used to it. Even though it's not that often, because I'm a Linux user.

But let's say I need a small program for Windows real quick? VB.NET is gonna be my choice. Right now, I'm implementing a board game server + client for the game of go (also called baduk or wei'qi) and I'm making really good progress.

I personally think that people should just use what they want to use. I don't get the hate for PHP and some other languages and I think this gate-keeping and god complex some developers have is really annoying. Makes me want to use VB.NET even harder.

I also don't like to jump on board with every new and upcoming programming language or library, just to be cool.

I'd also like to emphasize that I'm not creating software for a living right now. I do have a small company for a little bit of freelance work, but that's just money on the side that comes in by creating really small projects.

18

You're viewing a single thread.

18 comments
  • First, of course, use whatever you're comfortable with.

    Second, a lot of that advice you see is about long-term development on large projects. Often you don't know if a little side project is going to turn into something huge but it'd be nice to have started it in something that will be more easily maintainable down the line.

    • May I just ask how VB.NET code isn't maintainable? Not attacking you here, just out of curiosity. My board game server and client together amount to multiple thousand lines of code, as they're very feature rich and at the moment, it's not really hard for me to maintain things. It's not public yet, though. Still active development phase.

You've viewed 18 comments.