WPF quickstart documentation

documentation, wpf

Solution

There is an excellent Hands on Lab for building an Outlook-esque UI using Blend and Visual Studio. It is a bit out of date in terms of Blend 2.5, but it is instrumental in learning how to use WPF and effectively using Blend.

Problem

I am totally new to WPF and looking for good quickstart documentation to start with. I will buy the book WPF Unleashed from Adam Nathan, but thats more a reference than a quickstart i think. I just want you to tell me your favorite links and books and maybe demo applications concerning wpf development. Focus of answers should be on best practices, good readable introductions (i hate the link farms on msdn ;) and comprehensive references. EDIT: I will try to assemble all suggestions in a short list sorted by type. And please try to give a short reason why you suggest especial that link or that book. Books: - WPF Unleashed by Adam Nathan - Pro WPF: Windows Presentation Foundation in .NET 3.0 - Programming WPF by Chris Sells and Ian Griffiths Blogs: - Blog about data binding in WPF by Beatriz Costa - Ask Dr. WPF - Guided tour on WPF Links: - MSDN Hands-on Lab from Microsoft about WPF - msdn on getting started with WPF - windowsclient.net - Lernwpf.com - Series of articles on Codeproject - Some WPF videos on windowsclient.net Demo Applications: - Family.Show from Vertigo - Babysmash

Original source

Related problems