New to C#.

Associate
Joined
29 Apr 2006
Posts
1,456
Hey,
I'm very new to C#, and to programming as well.
Was wondering what would be the best way to start off with in order to learn all the basics of the language?

Thanks
 
I always find reading a book with examples helps me - there are plenty of good ones around for C#. If you are new to OO programming then getting one called something like "Object Oriented Programming with C#" would be your best bet as it will teach you the basics of OO design as well as C#.

Unfortunately I cant recommend any actual books as I cant remember which ones I read - you can check out customer reviews on certain websites though.
 
Unfortunately the best approach when starting out really is the book + the boring trivial examples that are in it. Its necessary to do this to get a good foundation. Once you have this in place you can set yourself a project, finding out the extra stuff you need as you go along.
 
Back
Top Bottom