Jump to content

Is visual basic worth it?

I've been taking a class in school and I've enjoyed it so far, but is it realistically worth it?

 

It depends. If you plan on focusing only on windows and aren't interested in developing complex 3d videogames then yeah, it's pretty good.

 

Please remember to follow your topics ;) welcome to the forum!

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
https://linustechtips.com/topic/217485-is-visual-basic-worth-it/#findComment-2982055
Share on other sites

Link to post
Share on other sites

Do you have the option to choose something else?

If so, I would. VB isn't terribly useful because as far as .NET goes C# is better... not only is it nicer and less verbose it is also closer to things liks Java and C/C++ which are very widely used.

The only places I have heard about VB being used is for teaching in schools.

It will give you an idea of the basics about how programs are written and structured... the fundamental principles like functions, loops, if..else etc.

I would recommend you try to get into C# along side it, though. It is .NET as well so some things will be familiar plus there's plenty of resources around to help you learn.

Link to comment
https://linustechtips.com/topic/217485-is-visual-basic-worth-it/#findComment-2982807
Share on other sites

Link to post
Share on other sites

Even if your school does not teach C#, most programs that you will be writing in your school can be turned into C# with little effort. (It will just be the syntax that you change).

 

C# (as stated above) just looks like C++/C so you will be more familiar with syntax. (Which can be helpful when reading/understanding code online.)

 

C#/VB also has the plus of MSDN which is an awesome learning tool.

 

I would recommend it to anyone that they learn C# over VB, just because more and more companies are using C# for development now. (At least where I love anyway).

Link to comment
https://linustechtips.com/topic/217485-is-visual-basic-worth-it/#findComment-2985520
Share on other sites

Link to post
Share on other sites

A lot of software development for the Windows platform is done in .NET and for that you can use VB or C# (among a few others). So sure, learn it. See if you like the framework and if you do, learn some C# in the future to go with it. VB is not that bad and while it might not be the most popular language out there, some companies do use it. I do a mixture of VB and C# work at my job.

 

There's nothing wrong with learning the basics of multiple languages and then picking some favourites to learn really well.

Link to comment
https://linustechtips.com/topic/217485-is-visual-basic-worth-it/#findComment-2989816
Share on other sites

Link to post
Share on other sites

At work I use several Microsoft Access databases as macro hubs that run primarily as daily/hourly reporting tools. Saves me a lot of time from having to manually copy/paste data or filter and combine several tables into one. Fairly easy to maintain, the occasional error pops up sometimes though.

3x Dell U2414H Triple Monitor Surround @ 5760x1080 / Corsair Obsidian 900D / ASUS ROG Z97 Maximus VII Hero / i7-4790K @ 4.4GHz / 2x EVGA SC GTX 780Ti SLI @ 1150MHz / 16GB GeiL DDR3 RAM @ 2133MHz / 120GB Samsung 840 EVO / Corsair AX1200W PSU


Gallery: [1] [2] [3] - Fire Strike Score - Steam Profile


Link to comment
https://linustechtips.com/topic/217485-is-visual-basic-worth-it/#findComment-2990651
Share on other sites

Link to post
Share on other sites

VB is a very good startup language, so in that respect it is worth it.

 

Like it has already been said, If you plan on coding complex 3D applications and Games, then go for C++

 

It is useful for customising simple Access Databases, to improve functionality, but other than that, there are far more useful languages for other tasks.

Link to comment
https://linustechtips.com/topic/217485-is-visual-basic-worth-it/#findComment-2990830
Share on other sites

Link to post
Share on other sites

And Java, Python, Perl, PHP, Ruby, COBOL, Objective-C, Swift, JavaScript and a bunch of others.

However, most jobs nowadays (at least here in the UK) are in C# and occasionally in C++, but less so as companies move to more efficient systems.

Compatible with Windows 95

Link to comment
https://linustechtips.com/topic/217485-is-visual-basic-worth-it/#findComment-3013218
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×