Learning WPF GUI design [duplicate]
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开发者_JAVA百科; 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.
Is WPF & SilverLight Design worth learning
Thanks!
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
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.
精彩评论