C# Courses/books?

Caporegime
Joined
12 Mar 2004
Posts
29,919
Location
England
Please can anyone suggest any good courses or books for C# programming to give me a broad bit of experience in different areas, eg UI's, networking, etc, all the tutorials on the internet just seem to go through the basic principles of the language like generics, interfaces etc which as someone who has done a bit of java in the past, I'm already familiar with.
 
Caporegime
OP
Joined
12 Mar 2004
Posts
29,919
Location
England
When I was at uni I found the Java course quite useful. Essentially going into detail about the features of the language and then setting challenges and going through them afterwards. Ended up creating a chess game using java swing at the end of it.
 
Caporegime
OP
Joined
12 Mar 2004
Posts
29,919
Location
England
If you sign up for a Visual Studio Essentials account (free), one of the benefits you can take advantage of is a free 3 month subscription to PluralSight...

https://www.visualstudio.com/dev-essentials/

This course on the Microsoft Virtual Academy is a pretty good starting point...

https://mva.microsoft.com/en-US/training-courses/16169?term=c# beginners

Oh wow 3 months is pretty cool, cheers.

I've sort of learned the basics now, just need to think where to go from here in terms of putting the skills into practice.
 
Back
Top Bottom