Donate SIGN UP

Visual Basic latest edition

Avatar Image
MURKY | 22:13 Thu 03rd Nov 2005 | Technology
3 Answers

Ok, I am about to start learning Computer programming. Does anyone have some useful links? Also can someone explain what Visual Basic can be used for, it's benefits...how I will find it useful...? Thank you. :)

Gravatar

Answers

1 to 3 of 3rss feed

Best Answer

No best answer has yet been selected by MURKY. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
I assume you're talking about VB.NET 2005.

It can be used to do just about anything. Websites (code behind files for aspx), windows applications, console applications, windows services (those things that run in the background that you don't see).

The .NET Framework which is common to VB.NET, C# etc is very extensive and can be used to achieve great things with minimal development.

Benefits of VB are its more language styled semantics. Boolean operations are AND and OR instead of && AND ||.

Also, VB.NET is Object Oriented (this may be a stumbling block if you've not programmed before). You can still do procedural programming though which I would recommend to start with. Just to get your head round the logic etc.

How will you find it useful.. I don't know. I just like the ability to produce my own software. You see something like Limewire and see its flaws and think... I could do better than that. VB.NET will allow you to produce your visions of the next generation of applications.
Links :

http://net.thevbzone.com/
http://www.codeproject.com/

Oh, and you will come across lots and lots of acronyms so this is useful :

http://www.acronyms.ch/emptySection?id=16&operation= select
PS

If you get stuck at all, just post on here. I'm usually about.

Good luck!

1 to 3 of 3rss feed

Do you know the answer?

Visual Basic latest edition

Answer Question >>

Related Questions

Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.