College IT student

Associate
Joined
9 Jan 2013
Posts
1,624
Location
Worthing, West Sussex
Hey, im doing a IT course at college and loving it so far, but am struggling in the Unit 6- Programming unit. Is there any good websites to really learn the basics of Visual basic or any guides etc that could be brought cheaply to get the hang of it? Thanks
 
Soldato
Joined
6 Mar 2003
Posts
6,231
Location
West Lothian
There are a few tutorials on youtube which you may wish to have a look at. Just search for VB.NET tutorials and there is a series which contains 58 episodes.

Other than that I am sure others here will have some websites or books to check out.
 
Associate
Joined
22 May 2013
Posts
1,229
Location
N. Ireland
Ask them why they are teaching you VB for a start

Cause its free and easy more than likely. But I get your point its a pretty terrible language but the skills and practices should be transferable to other languages if the OP decides to go into programming. At school we where taught in Pascal which is even more irrelevant but at this level its normally just a taster to programming rather than anything too in depth.

OP check out the msdn for some good tutorial that will cover the basics and lead onto the more advanced stuff if you want to go there. http://msdn.microsoft.com/en-us/library/dd492171.aspx
 
Associate
Joined
9 Sep 2013
Posts
13
They mainly teach VB as its probably the most basic form of programming, I did this once and had to program an ordering system VB + Database. I'd say college library is good and youtube tutorials are the best by far at least for me.
 
Permabanned
Joined
21 Nov 2010
Posts
2,315
Location
Newton Aycliffe
I too always wondered why we used VB, but glad we did now. It's a good base programming language to build upon & i actually now use it over other languages, it does have it's uses albeit specialised ones.
 
Associate
Joined
22 May 2013
Posts
1,229
Location
N. Ireland
I too always wondered why we used VB, but glad we did now. It's a good base programming language to build upon & i actually now use it over other languages, it does have it's uses albeit specialised ones.

Interesting to hear that you would chose VB over other languages, is that cause you are more comfortable working with it or is it because of features only found in VB? I ask because in the companies that I have worked for there has been a push to migrate everything over to C# from VB recently.

Totally agree about VB being a good base language for teaching.
 
Associate
Joined
20 Jan 2012
Posts
58
Ah the perpetual VB debate...

It's simple, VB.Net uses the most descriptive plain English syntax so it's a good choice as a starter language and an introduction to programming concepts. It's not perfect but it's one of the most widely accessible and documented languages in use industry as well as education.

There's plenty of coders/programmers/developers on here with differing opinions as to which language would be the best to start with but I'd question how many have actually taught or tutored anyone from scratch?

As for the original question, if your completely new to programming check out the 'In Easy Steps' range, they're concise but useful and explains why, not just how you do things. Oh, If you've got time with all the rest of your college work, give yourself a project to make e.g. a simple calculator.

Best of luck :)
 
Last edited:
Permabanned
Joined
21 Nov 2010
Posts
2,315
Location
Newton Aycliffe
Interesting to hear that you would chose VB over other languages, is that cause you are more comfortable working with it or is it because of features only found in VB? I ask because in the companies that I have worked for there has been a push to migrate everything over to C# from VB recently.

Totally agree about VB being a good base language for teaching.

Sorry woulnd't say i would use it over other languages, but currently i know it's the best language for what i need to do. What i need to do is very specific and most people would never need to do it, but i do.

C# is a great language, it all boils down to what you need to do at the end of the day.

My opinion is that VB is a great first language for an easy intro to programming, but once you have the fundamentals down you should move onto something like bash scripting then potentially C derivative.
 
Soldato
Joined
21 Jun 2004
Posts
2,790
Location
Berkshire
Could be worse, was only a few years ago but I was taught PASCAL in college, a completely obsolete language which is virtually useless nowadays.

Still, I thoroughly enjoyed it!

I wouldn't worry about it too much unless you have an assignment coming up, as you look at more examples things will start to make more sense. :)
 
Soldato
Joined
23 Dec 2010
Posts
3,483
Could be worse, was only a few years ago but I was taught PASCAL in college, a completely obsolete language which is virtually useless nowadays.

Still, I thoroughly enjoyed it!

I wouldn't worry about it too much unless you have an assignment coming up, as you look at more examples things will start to make more sense. :)

I did a college course from 2010-2012 and we learnt PASCAL, still good for learning all of the basics.

If you're having issues you can hit me up a Trust message on here, I'm not a brilliant programmer but I know how difficult it is when you begin.
 
Associate
Joined
2 Nov 2009
Posts
1,132
Could be worse, was only a few years ago but I was taught PASCAL in college, a completely obsolete language which is virtually useless nowadays.

Still, I thoroughly enjoyed it!

I wouldn't worry about it too much unless you have an assignment coming up, as you look at more examples things will start to make more sense. :)

Still used now a days. Quite a lot actually, under the name of Delphi.
 
Back
Top Bottom