Best intro to c#/.net/wpf book?

2 points by altano ↗ HN
It's usually pretty easy to determine what the best intro book is on any given topic with some googling around, buy I'm having trouble finding a review of what c# books are out there.

Would anyone care to recommend a book (or many books) to a complete beginner when it comes to c#/.net/wpf? I'm interested in the language and the platform and the clr in general.

Thanks in advance!

3 comments

[ 2.4 ms ] story [ 20.8 ms ] thread
If you've programmed before I'd recommend C# in a Nutshell, you get a solid overview of C# and .Net at a quick pace and its a good reference when you are done. WPF Unleashed is highly recommended for WPF (I haven't read it, I've just heard good things), Application = Code + Markup is also a very good book for WPF.