I'm new to WPF development. Is anyone aware of a site or resource that builds a somewhat simple WPF application step by step, with ample explanation and/or documentation?
+1
A:
Scott Hanselman has a series of blog posts in which he builds a WPF application called "BabySmash", sounds like it might be along the lines of what you're looking for. The first post is here, and all of the posts can be found under the BabySmash category on his site.
Donut
2010-04-08 20:44:25
One of the nice things about BabySmash is the way Hanselman "thinks out loud" as he struggles to adjust to the *idioms and patterns* of WPF. He isn't content to just show the mechanics of building an app, he tries to show how he has to change the very way he designs the app. A very important adjustment!
itowlson
2010-04-08 21:21:42