tags:

views:

1060

answers:

9

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

+3  A: 

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.

jfar
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
+6  A: 

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.

James Curran
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
+3  A: 

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

Christo Fur
This book is fantastic!
Gary Willoughby
+1  A: 

Effective C# by Bill Wagner.

AJ
+1  A: 

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

kenny
A: 

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

Echostorm
A: 

The Microsoft Press books are very good:

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

A: 

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.

ChrisF
A: 

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

peacedog