The content is a nice balance of theory, pragmatism, and insight that keeps you entertained and educated in a very gentle and practical manner.
LINQ in Action provides some excellent coverage of the new language enhancements added for LINQ as well as the various flavors of LINQ.
If you are looking for an excellent book on ASP.NET 3.5 using C#, you have to check out Pro ASP.NET 3.5 in C# 2008.
Pro C# 2008 and the .NET 3.5 Platform by Andrew Troelsen weighs in at 1300+ pages and offers a breadth of knowledge on several subjects.
If you are looking for a good C# book that covers both the fundamentals of C# as well as the new features in C# 3.0, check out Accelerated C# 2008.
Re-posting my book review of C# In Depth from my CodeBetter Blog in case you don't subscribe to both. Ignore if you do :)
I just got back from a long and much needed vacation. While spending most of the day trying to make a dent in my Inbox, I came across an email from Amazon mentioning a new book from Robert Martin, called Agile Principles, Patterns, and Practices in C#...
I finished reading Applying Domain-Driven Design and Patterns With Examples in C# and .NET by Jimmy Nilsson. Jimmy is touching on a lot of subjects in the book, which is no easy task. The main focus of the book is on the value of a domain model and the implementation of the domain layer using Domain-Driven Design. However, he is also touching on topics which are the subjects of many books, topics like: Test-Driven Development, Refactoring, OOP, and Design Patterns.