views:

1830

answers:

5

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:

Blogs:

Links:

Demo Applications:

+4  A: 

Check out the Channel9 Videos and Screencasts about WPF.

Another resource to get started is the official Microsoft WPF site at windowsclient.net.

FantaMango77
+2  A: 

My Favourite Book is Pro WPF: Windows Presentation Foundation in .NET 3.0 ( http://www.apress.com/book/view/1590597826)

Gripsoft
Can you tell me your key reasons, why you prefer that book over other?
Jan
+1  A: 

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.

sixlettervariables
Great - thats exactly what i was looking for!
Jan
A: 

Have a look here: some guides for WPF

Artur Carvalho
A: 

I have read most of the WPF books on the market. Programming WPF by Chris Sells and Ian Griffiths is the best and Pro WPF the second best IMHO. Just my two cents.

aogan