vote up 0 vote down star
1

Hi,Can anyone suggest some C# basic and advanced books? Thanks

flag

53% accept rate
Discussed many times already. See (for example) stackoverflow.com/questions/5795/… – Paul Jan 8 '09 at 14:23
In fairness, the search box doesn't do a good job of search for [c# books], everything after the pound sign is ignored. – Adam Bellaire Jan 8 '09 at 14:28
I didn't downvote it, but there were already two votes to close and this user has been posting a lot of garbage questions and then never following-up on them, so... Is the # in the search field thing on uservoice already? – Jason Coco Jan 8 '09 at 14:33

closed as exact duplicate by Jason Coco Jan 8 '09 at 14:26

8 Answers

vote up 3 vote down check

C# in Depth is good, but is best if you already know some C#. It would qualify as advanced.

http://www.amazon.com/C-Depth-What-need-master/dp/1933988363/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1231424409&sr=8-1

Heard good things about Essential C# as well: http://www.amazon.com/Essential-3-0-Framework-Microsoft-Development/dp/0321533925/ref=sr_1_1?ie=UTF8&s=books&qid=1231424428&sr=1-1

Oh and Pro C# 2008 http://www.amazon.com/2008-NET-Platform-Fourth-Windows-Net/dp/1590598849/ref=sr_1_1?ie=UTF8&s=books&qid=1231424615&sr=1-1

link|flag
C# in Depth was written by the top ranked SO user. – Joel Coehoorn Jan 8 '09 at 14:30
I would also add that the warning in the first sentence underplays the situation - it will be impenetrable unless you have some knowledge of C# 1. A smart Java dev might cope, but a simpler route would be to read an old C# 1 tutorial for a few hours before reading C# in Depth. – Jon Skeet Jan 8 '09 at 14:36
I got it after learning C# 2.0, but it found it helped both understanding C# 2.0 better and was a great intro to C# 3.5 as well. – Damien Jan 8 '09 at 15:15
vote up 2 vote down

As far as the basic C# books I strongly recommend:

Head First C#.

For more advanced reading I agree that the following books are perfectly suitable:

  1. Effective C#

  2. C# in Depth.

link|flag
For Head First C#, make sure you get a recent printing (Sept 2008 was the latest, I think). Lots of errata otherwise. – Jon Skeet Jan 8 '09 at 14:35
vote up 2 vote down

Personally, I really enjoyed C#3.0 in a Nutshell, from Joseph & Ben Albahari, in the O'Reilly collection. It covers every details of the language, make a good distinction between features of older versions and the new one, and has three nice chapters about LINQ. The main drawback is that it makes only a really quick review of the .Net architecture.

link|flag
vote up 1 vote down

I liked Pro C# with .NET 3.0

link|flag
vote up 0 vote down

Very similar questions here:

http://stackoverflow.com/questions/189225/a-good-c-book

http://stackoverflow.com/questions/46048/what-is-the-best-book-to-learn-c

http://stackoverflow.com/questions/5795/recommended-books-for-learning-c

Note: the # is not included in question links, these are all about C#.

link|flag
vote up 5 vote down

I think this is the best I read CLR via C#

link|flag

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