WPF quickstart documentation - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T14:57:09Z http://stackoverflow.com/feeds/question/182075 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/182075/wpf-quickstart-documentation 8 WPF quickstart documentation Jan 2008-10-08T10:40:30Z 2008-10-21T10:29:34Z <p>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.<br /> I just want you to tell me your favorite links and books and maybe demo applications concerning wpf development. </p> <p>Focus of answers should be on best practices, good readable introductions (i hate the link farms on msdn ;) and comprehensive references.</p> <p>EDIT: I will try to assemble all suggestions in a short list sorted by type. And please try to give a short reason <em>why</em> you suggest especial that link or that book.</p> <p><strong>Books:</strong> </p> <ul> <li><a href="http://rads.stackoverflow.com/amzn/click/0672328917" rel="nofollow">WPF Unleashed by Adam Nathan</a> </li> <li>Pro WPF: Windows Presentation Foundation in .NET 3.0</li> <li><a href="http://rads.stackoverflow.com/amzn/click/0596510373" rel="nofollow">Programming WPF by Chris Sells and Ian Griffiths</a></li> </ul> <p><strong>Blogs:</strong></p> <ul> <li><a href="http://www.beacosta.com/blog/" rel="nofollow">Blog about data binding in WPF by Beatriz Costa</a></li> <li><a href="http://www.drwpf.com/blog/" rel="nofollow">Ask Dr. WPF</a></li> <li><a href="http://joshsmithonwpf.wordpress.com/a-guided-tour-of-wpf/" rel="nofollow">Guided tour on WPF</a></li> </ul> <p><strong>Links:</strong> </p> <ul> <li><a href="http://www.microsoft.com/switzerland/msdn/de/presentationfinder/detail.mspx?id=104056" rel="nofollow">MSDN Hands-on Lab</a> from Microsoft about WPF</li> <li><a href="http://msdn.microsoft.com/en-us/library/ms742119.aspx" rel="nofollow">msdn on getting started with WPF</a></li> <li><a href="http://windowsclient.net/" rel="nofollow">windowsclient.net</a></li> <li><a href="http://learnwpf.com/" rel="nofollow">Lernwpf.com</a></li> <li><a href="http://www.codeproject.com/KB/WPF/BeginWPF1.aspx" rel="nofollow">Series of articles on Codeproject</a></li> <li><a href="http://windowsclient.net/learn/videos_wpf.aspx" rel="nofollow">Some WPF videos on windowsclient.net</a></li> </ul> <p><strong>Demo Applications:</strong></p> <ul> <li><a href="http://www.vertigo.com/familyshow.aspx" rel="nofollow">Family.Show</a> from Vertigo</li> <li><a href="http://www.hanselman.com/babysmash/" rel="nofollow">Babysmash</a></li> </ul> http://stackoverflow.com/questions/182075/wpf-quickstart-documentation/182094#182094 4 Answer by FantaMango77 for WPF quickstart documentation FantaMango77 2008-10-08T10:45:30Z 2008-10-08T10:45:30Z <p>Check out the Channel9 <a href="http://channel9.msdn.com/Media/Videos/" rel="nofollow">Videos</a> and <a href="http://channel9.msdn.com/Media/Screencasts/" rel="nofollow">Screencasts</a> about WPF.</p> <p>Another resource to get started is the official Microsoft WPF site at <a href="http://windowsclient.net" rel="nofollow">windowsclient.net</a>.</p> http://stackoverflow.com/questions/182075/wpf-quickstart-documentation/182106#182106 2 Answer by Gripsoft for WPF quickstart documentation Gripsoft 2008-10-08T10:50:33Z 2008-10-08T10:50:33Z <p>My Favourite Book is Pro WPF: Windows Presentation Foundation in .NET 3.0 ( <a href="http://www.apress.com/book/view/1590597826" rel="nofollow">http://www.apress.com/book/view/1590597826</a>)</p> http://stackoverflow.com/questions/182075/wpf-quickstart-documentation/182969#182969 1 Answer by sixlettervariables for WPF quickstart documentation sixlettervariables 2008-10-08T14:09:16Z 2008-10-08T14:09:16Z <p>There is an excellent <a href="http://www.microsoft.com/switzerland/msdn/de/presentationfinder/detail.mspx?id=104056" rel="nofollow">Hands on Lab for building an Outlook-esque UI using Blend and Visual Studio</a>. 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.</p> http://stackoverflow.com/questions/182075/wpf-quickstart-documentation/183719#183719 0 Answer by Artur Carvalho for WPF quickstart documentation Artur Carvalho 2008-10-08T16:40:24Z 2008-10-08T16:40:24Z <p>Have a look here: <a href="http://stackoverflow.com/questions/29700/can-someone-point-me-to-some-guides-for-wpf">some guides for WPF</a></p> http://stackoverflow.com/questions/182075/wpf-quickstart-documentation/221400#221400 0 Answer by aogan for WPF quickstart documentation aogan 2008-10-21T10:29:34Z 2008-10-21T10:29:34Z <p>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.</p>