vote up 4 vote down star
3

I like C# 3.0 cookbook very much as reference book. Can anyone suggest any better ?

flag

9 Answers

vote up 6 vote down

I guess Jon Skeet is too modest to mention it, but his book "C# in Depth" is a great book which concentrates on C#3.

link|flag
Hadn't actually seen this thread to respond to it before now, but obviously I'm keen on my own book. It's important to note that it barely covers C# 1 at all - it's almost entirely about C# 2 and 3. – Jon Skeet Oct 6 '08 at 9:24
vote up 4 vote down

C# 3.0 in a Nutshell by O'Reily is pretty handy.

The examples are very concise, the content covers a large part of the framework for such a tiny book, and there are helpful "gotcha" tips scattered around.

I can't compare this with other books but its always done the job when google or msdn docs weren't available.

link|flag
Despite it being in many ways a competitor to my own book, I'm a fan of C# 3.0 in a Nutshell too. In particular I like the way that the framework aspects it addresses are core bits, not things like WPF and WinForms. – Jon Skeet Oct 6 '08 at 9:25
vote up 3 vote down

Pro c# with .net 3.0 by Andrew Troelsen is pretty good Also C# 3 in a nutshell

link|flag
This book is fantastic! – Gary Willoughby Oct 7 '08 at 11:09
vote up 1 vote down

Effective C# by Bill Wagner.

link|flag
vote up 1 vote down

Without a doubt, you must have Juval's book, Programming .NET Components.

link|flag
vote up 0 vote down

The Wrox books are always good. Check out C# 2008 and ASP.Net 3.5 http://www.wrox.com/WileyCDA/

link|flag
vote up 0 vote down

The Microsoft Press books are very good:

Microsoft Visual C# 2008 step by step by John Sharp.

link|flag
vote up 0 vote down

In response to AJ I'd add More Effective C# by Bill Wagner. It covers C# 2 and 3 in depth and, like its predecessor, is very accessible.

link|flag
vote up 0 vote down

Just wanted to say that I'm into the 3.0 chapters in C# in Depth, and I really love the book so far.

link|flag

Your Answer

Get an OpenID
or

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