vote up 7 vote down star
6

What is the best book to learn C# for someone who has little programming experience?

flag

11% accept rate

8 Answers

vote up 12 vote down

Head First C# if you're starting from zero.

link|flag
1  
If you're getting this book make sure you get the latest available version since the first ones are full or errors. – Lilitu88 Sep 2 at 2:44
vote up 6 vote down

Look at this free book of Charles Petzold, that's a very good introduction.

link|flag
vote up 1 vote down

If there's a newer version available, I found the Programming C# book from O'Reilly to be a good tour of all the features.

link|flag
vote up 1 vote down

C# Unleashed is one of the best books on the topic.

link|flag
vote up 0 vote down

Stanley Lippman's C# Primer is a very good book for learning C# and not having any programming experience. I got it for my son and he is picking up the programming concepts quite well.

link|flag
vote up 0 vote down

Visual C# 2005, C#: How to Program, or C#: A Programmer's Introduction By Deitel. These are great intro to programming books.

link|flag
vote up 0 vote down

I'd recommend "Wrox Press Beginning C# 3.0 An Introduction to Object Oriented Programming" which I found very valuable for a beginner.

link|flag
vote up -2 vote down

Im not sure about the best book, but i think the best way to learn anything is to try it out and figure things out along the way. start simple and use google to figure things out. books are good but to really learn something you have to do it yourself.

link|flag
1  
I would recommend using a book if I had to start simple! Experimentation is a must but there is no better way to practice your newly acquired skills than by solving the exercises given in the book. (So choose a book which has a good number of exercise problems) – SDX2000 Jan 6 '09 at 19:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.