Jump to content

C# from scratch?

Any good videos, websites or just tips to learn C# from scratch? I have no experience except for some html knowledge...

 

(Especially something linked with Unity would be awesome!  :D)

Link to comment
Share on other sites

Link to post
Share on other sites

Any good videos, websites or just tips to learn C++ from scratch? I have no experience except for some html knowledge...

 

(Especially something linked with Unity would be awesome!  :D)

codecademy(website) has great courses and exersises on bunch of stuff,havent visited in a year so i cant tell u all the thing but they should have c++,maybe check https://code.google.com/

Link to comment
Share on other sites

Link to post
Share on other sites

When I had to learn C# I read C# in a nutshell

Link to comment
Share on other sites

Link to post
Share on other sites

codecademy(website) has great courses and exersises on bunch of stuff,havent visited in a year so i cant tell u all the thing but they should have c++,maybe check https://code.google.com/

 

omg, what a fail! I meant C#!

Yes I have seen codeacademy and I really like it! But there is no C# tutorial :(

Link to comment
Share on other sites

Link to post
Share on other sites

codecademy.com

~New~  BoomBerryPi project !  ~New~


new build log : http://linustechtips.com/main/topic/533392-build-log-the-scrap-simulator-x/?p=7078757 (5 screen flight sim for 620$ CAD)LTT Web Challenge is back ! go here  :  http://linustechtips.com/main/topic/448184-ltt-web-challenge-3-v21/#entry601004

Link to comment
Share on other sites

Link to post
Share on other sites

omg, what a fail! I meant C#!

Yes I have seen codeacademy and I really like it! But there is no C# tutorial :(

If u want triple a title than go with c++ but there is software for creating 2d games witch are also great and take alot less time

Link to comment
Share on other sites

Link to post
Share on other sites

Any good videos, websites or just tips to learn C# from scratch? I have no experience except for some html knowledge...

 

(Especially something linked with Unity would be awesome!  :D)

These videos 

they are very helpful.

Desktop 1: CPU: Intel Core i7 4770  GPU: Nvidia Geforce GTX 960 Ram: Crucial DDR3 2x8GB 1600 MHz  Storage: Samsung 850 Evo 250GB and Segate 1TB Hard drive  Desktop 2: CPU: Intel Pentium G3258  GPU: AMD R7 250  Ram: Corsair Vengance DRR3 2x8GB 1600 MHz  Mobo: MSI H81M-E33  PSU: Corsair CX430M  Case: Rosewill MicroAtx Mini Tower

Link to comment
Share on other sites

Link to post
Share on other sites

codecademy.com

 

Cant see any tutorial for C#...

Are you sure it exist? 

 

thanks  :)

Link to comment
Share on other sites

Link to post
Share on other sites

Cant see any tutorial for C#...

Are you sure it exist? 

 

thanks  :)

 

Code Academy doesn't teach C# (you all should be ashamed for recommending it!)

 

Try C# Fundamentals for Absolute Beginners (alternative location for same videos) for a set of introductory video tutorials. Paid subscription sites like Pluralsight and Lynda (offer code wanshow to support Linus) also have a lot of video tutorials on C# and other topics. Here is another list that contains even more resources for learning C#.

 

The official documentation is located at MSDN so it's good to get familiar with it. It includes information on C#, .NET, and many other topics. Sites like Tutorials Point and Dot Net Perls can be useful for extra explanation/examples on the specific topics they cover.

 

As always, Google is your friend. Looking up questions you have will likely give you links to one of the above resources or other great sites like StackOverflow.

Link to comment
Share on other sites

Link to post
Share on other sites

Code Academy doesn't teach C# (you all should be ashamed for recommending it!)

 

Try C# Fundamentals for Absolute Beginners (alternative location for same videos) for a set of introductory video tutorials. Paid subscription sites like Pluralsight and Lynda (offer code wanshow to support Linus) also have a lot of video tutorials on C# and other topics. Here are some more resources for C#.

 

The official documentation is located at MSDN so it's good to get familiar with it. It includes information on C#, .NET, and many other topics. Sites like Tutorials Point and Dot Net Perls can be useful for extra explanation/examples on the specific topics they cover.

 

Google is your friend as well. Looking up questions you have will likely give you links to one of the above resources or other great sites like StackOverflow.

 

Thanks mate!  :D

Link to comment
Share on other sites

Link to post
Share on other sites

There are tons of videos on youtube regarding C# (and not only) but I would recommend to read as well anything that was published from Microsoft Press....That's where i started back then and it was very helpful and understandable.

Link to comment
Share on other sites

Link to post
Share on other sites

As @madknight3 said, I am not sure why people keep recommending code academy when it doesn't even offer C# resources. He provided some great resources and I also highly recommend MSDN (https://msdn.microsoft.com/en-us/vstudio/hh341490.aspxhttps://msdn.microsoft.com/en-us/library/67ef8sbd.aspx) as MS provides very good documentation on their .NET framework that is pretty easy to read and provides examples.

Link to comment
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

×