Recently I found that book Rob Miles - C# Development, aka. Yellow Book. Available here.

The author, Rob Miles, is a lecturer in the Department of Computer Science at the University of Hull, in the United Kingdom. He is giving classes in object oriented programming. The language that he is using to teach students is C#.
Yellow Book is intended to help the students understand the language. It is a good resource for people who want to learn C#. It touches all the basics of OOP and C# itself. During the lecture, the reader is guided through the C# benefits and disadvantages with sample Bank application. Learn how to use Interfaces, Lists etc. What are namespaces, inheritance, condition statements etc. Generally Yellow book teach how to program the right way. I think that it can be a good start both for novice and for more experienced programmers.
One important thing is that this book is available for free! So everybody can freely download it and share it with others.
2010.07.29 Update
Version 2.0 of Yellow Book now available here
Enjoy!