Jump to content

I am currently an IT student and one of the classes I recently took was database development. Alhough, the class only focussed on back end development. I asked the instructor about learning front end development and he gave me a book on visual basic; now I have a few questions.

 

As my first programming language, how difficult will it be? (considering I am learning it on my own)

What are visual basic's main uses?

After learning VB, what would be a good language for me to learn if I wanted to advance my programming knowledge?

 

Thanks in advance.

Link to comment
https://linustechtips.com/topic/17360-learning-visual-basic/
Share on other sites

Link to post
Share on other sites

I started by learning VB, i think that its a reasonable language to get the basic concepts with and isn't too difficult.
I believe that as its a Microsoft development it has integration with all of Microsofts products (word, excel, access, etc) and there is lots of online help on MSDN and other resources.

Link to comment
https://linustechtips.com/topic/17360-learning-visual-basic/#findComment-200266
Share on other sites

Link to post
Share on other sites

1. as a first language it's rather easy to get the hang of,  a good tutorial would be http://www.youtube.com/course?list=ECC601DEA22187BBF1 (thenewboston does a lot of different languages in case you want to learn another one)

 

2. i'm not sure what some of the uses are but you can pretty much do anything well

 

3. after VB python is good C is good, if you feel really comfortable with programming java or C++ might be good

Link to comment
https://linustechtips.com/topic/17360-learning-visual-basic/#findComment-201370
Share on other sites

Link to post
Share on other sites

Visual Basic is an extremely easy language IMO. The one thing I don't like about it is how you declare variables, in other languages it is more straight forward.

Python would be a good language after that because it gives you the code conventions that is needed for the real world.

Do you want to know what grinds my gears?
The old forum.

Link to comment
https://linustechtips.com/topic/17360-learning-visual-basic/#findComment-202096
Share on other sites

Link to post
Share on other sites

I Start with VB.Net too, I think its a great laguage to start with its very simple, visual studio is a great programming enviroment and it will teach you basic programing conecpts well. Assuming you understand the language you can probably learn any language you would like after words, syntax is the only major factor that changes 

Link to comment
https://linustechtips.com/topic/17360-learning-visual-basic/#findComment-207902
Share on other sites

Link to post
Share on other sites

Id use VB.net (if you have to) dont try VB for access youll end up breaking everything and corrupting the file itself :S
I've been through an intro to programming using java(for theory and syntax) and then C# for functional and GUI programming (given that Visual studio is drag and drop that for basic GUI Dev)
I've also seen a few old school power computer users who swear by VB so it's probably its integration into MS products not the language itself thats broken.
Theres also alot of free python 'webinars' and my high school brother likes it alot

Link to comment
https://linustechtips.com/topic/17360-learning-visual-basic/#findComment-226818
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

×