Jump to content

hey im getting into coding i know bare minimums of html and php! and even less of python! i want to learn visual basic to create more practical programs! i want to learn this to open a door to other possibility like C++ if i enjoy it! can i have some links and good places to start!

thanks

Check out my current projects: Selling site (Click Here)

If($reply == "for me to see"){

   $action = "Quote me!";

}else{

   $action = "Leave me alone!";

}

Link to comment
https://linustechtips.com/topic/205923-visual-basic-where-to-start/
Share on other sites

Link to post
Share on other sites

Try C# and watch codegasm you might learn quite a bit.

Link to post
Share on other sites

Well Barnacules (Jerry) is doing an AWESOME C# program tutorial series... 

CPU: i7 - 2600kGPU: GTX 1070Mobo: intel somethingRAM: Corsair XMS3 @1600Mhz (8GB)SSD: Crucial MX100 256GB. HDD: WD Green 1TB . Case: Cooler Master HAF XB EVO Monitors: LG 25UM65-P and Benq 2200HD Keyboard: Corsair vengeance K70 FPS Red switch. Mouse: Logitech G502 Proteus Core. Headset: Steelseries Siberia V2

Link to post
Share on other sites

Okay the first thing I'm going to say to you is drop VB in favour of C# if you're really set on the .Net route. Take a look at WPF and MVVM; in my opinion this is going to benefit you far more for creating well designed, practical applications quickly that are very much relevant for current industry.

 

VB is considered a dying language.

The single biggest problem in communication is the illusion that it has taken place.

Link to post
Share on other sites

Try C# and watch codegasm you might learn quite a bit.

 

Well Barnacules (Jerry) is doing an AWESOME C# program tutorial series... 

 

Okay the first thing I'm going to say to you is drop VB in favour of C# if you're really set on the .Net route. Take a look at WPF and MVVM; in my opinion this is going to benefit you far more for creating well designed, practical applications quickly that are very much relevant for current industry.

 

VB is considered a dying language.

okay guys thanks alot ill have a good go at learning C# :P

Check out my current projects: Selling site (Click Here)

If($reply == "for me to see"){

   $action = "Quote me!";

}else{

   $action = "Leave me alone!";

}

Link to post
Share on other sites

Forget about Visual Basic, it may be easy to learn but it's pretty useless. Depending on where you want to go with it go for C# or C++. If you're super geeky and want your nose in everything go for C++. If you're fine with some of the stuff being done for you go for C#. C++ will generally let you make better, more efficient programs, however the effort you have to put into it compared to C# is ridiculous. I prefer C++, it was the first thing I really learned, but I find it really hard to recommend it to newcomers over C#.

Link to post
Share on other sites

Also check out codecademy. They have great courses on Python, Ruby, and Javascript as well as PHP, jQuery, HTML/CSS, and working with various APIs. Some of them are a bit dated (their Python course is still on version 2.7 rather than 3+) but you'll still get a pretty solid understanding of the language.

"Unix was not designed to stop you from doing stupid things, because that would also stop you from doing clever things." - Doug Gwyn

Link to post
Share on other sites

Also check out codecademy. They have great courses on Python, Ruby, and Javascript as well as PHP, jQuery, HTML/CSS, and working with various APIs. Some of them are a bit dated (their Python course is still on version 2.7 rather than 3+) but you'll still get a pretty solid understanding of the language.

i have used codecadamy i dont like it, it only scratches the surface!

Check out my current projects: Selling site (Click Here)

If($reply == "for me to see"){

   $action = "Quote me!";

}else{

   $action = "Leave me alone!";

}

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

×