tags:

views:

110

answers:

2

Possible Duplicate:
What WPF books would you recommend?

GUI's written using WPF seem to be closer to a Web 2.0 feel than older Winforms development has been; do you know of any good quality references online or books which give a general overview of how to design nice WPF applications?

I saw this StackOverflow question where some GUI design books are mentioned, but am interested in information specifically for WPF.

http://stackoverflow.com/questions/1193001/is-wpf-silverlight-design-worth-learning

Thanks!

+2  A: 

I found WPF Unleashed to be very UI-centric and WPF Control Development to be like the next step (very advanced GUI stuff). The huge WPF book on Apress is great for in-depth coverage on the topic, but the red books on Sams would probably be better for what you're looking to get out of them.

WPF Unleashed on Amazon

WPF Control Development Unleashed on Amazon

Rich
Thanks, I'll probably grab a copy of WPF Unleashed. Know of any good online articles?
Jon
+2  A: 

This article gives a good beginning intro. Even though it is for the 3.0 framework, the basics are all still valid.

This one, while not being a very good comprehensive guide, gives some good information on the different WPF controls.

There are many, many resources out there, but your best bet is still probably going to be at MSDN. Now that VS2010 and the .NET framework have been released, MSDN has tons of tutorials and how-to videos on all the new stuff, including WPF.

Stewbob
Great, thanks for the info!
Jon