up vote 17 down vote favorite
4
share [g+] share [fb]

What is the best book for building WPF Business Applications?

link|improve this question

There around 3-4 variants of this question on SO Already... can someone close this question off.. if the OP has got his answer. – Gishu Sep 13 '08 at 5:23
1  
possible duplicate of stackoverflow.com/questions/9591/… – Beska Apr 16 '10 at 20:50
feedback

closed as not constructive by Will Nov 1 '11 at 16:01

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

8 Answers

up vote 13 down vote accepted

I've a big fan of WPF Unleashed by Adam Nathan myself. The book is in color, which really helps for such a graphical framework like WPF.

link|improve this answer
Yes, I bought that book myself, to learn WPF. It's great and I can definitely recommend it. – Christian Klauser Mar 18 '09 at 19:11
How does this book compare to "WPF 4 Unleashed" (same author)? – Marek Oct 18 '10 at 15:23
feedback

I'm working through Chris Sells and Ian Griffiths' "Programming WPF", and it is well written and organized. It appears to be more of a "learning" book than a reference.

link|improve this answer
feedback

WPF Unleashed is the best book for getting up to speed fast with WPF and XAML. It's well written and easy to get through.

There has been some criticism of Charles Petzold's book Applications = Code + Markup but I rather like it. It really gets deep into programming the WPF object model. So if you want to understand what happens under the hood that's the book for you. Although its a bit harder to read.

edit Nidonocu said: Feel free to add this to your answer, don't have the rep yet! I also found App = Code + Markup useful coming from a WinForms start, because beginning in C# and then moving in to XAML helps aid the transfer from that code based GUI system.

link|improve this answer
Feel free to add this to your answer, don't have the rep yet! I also found App = Code + Markup useful coming from a WinForms start, because beginning in C# and then moving in to XAML helps aid the transfer from that code based GUI system. – Nidonocu Sep 14 '08 at 10:07
Thanks, I added it verbatim so people can see where it came from. – Mendelt Sep 14 '08 at 16:43
feedback

Essential Windows Presentation Foundation by Chris Anderson is the best I've used.

I've read a few chapters in WPF Unleashed by Adam Nathan and found that useful as well.

I wouldn't recommend WPF Programming by Andrade et. al.

link|improve this answer
feedback

'WPF Unleashed' is good for learning XAML, 'Programming WPF' is good for learning how to code with WPF.. Being that your question was regarding business applications I can only assume you mean you need a book that does more than just cover the UI part of the app - so you definitely want to consider 'Programming WPF' and not just 'WPF Unleashed' - although my real suggestion would be to get both (because they both cover totally different information).

link|improve this answer
feedback

A similar question has already been answered http://stackoverflow.com/questions/9591/what-wpf-books-would-you-recommend

link|improve this answer
feedback

I can only chime in on the praise of "WPF Unleashed".. I've used it extensively during my WPF learning period!

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.