C# In Depth By Jon Skeet
I’ve been waiting a while to for the updated edition of C# in Depth by Jon Skeet which is now on sale and covers C#4. I’ve read the first couple of chapters and would really recommend it regardless of how much experience you have with C#. It’s already helped me with some very clear explanations for concepts that can be a little tricky to express even if you understand them already. One particular explanation that I liked was to distinguish between delegate types and instances, and to think about a delegate type as an interface for a method – so a contract that the method has to fulfil. I’m quite sure that there will be a lot that I’ll get out of reading the rest of the book.
CSS3 For Web Designers by Dan Cederholm

This is the second book to be published by A Book Apart and should definitely be worth checking out. I think it will really help to provide practical advice about where you can safely start applying elements of CSS3 right now. I’ll post more when I’ve got hold of a copy.

