WPF quickstart documentation - Stack Overflow most recent 30 from stackoverflow.com2009-12-16T14:57:09Zhttp://stackoverflow.com/feeds/question/182075http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/182075/wpf-quickstart-documentation8WPF quickstart documentationJan2008-10-08T10:40:30Z2008-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#1820944Answer by FantaMango77 for WPF quickstart documentationFantaMango772008-10-08T10:45:30Z2008-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#1821062Answer by Gripsoft for WPF quickstart documentationGripsoft2008-10-08T10:50:33Z2008-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#1829691Answer by sixlettervariables for WPF quickstart documentationsixlettervariables2008-10-08T14:09:16Z2008-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#1837190Answer by Artur Carvalho for WPF quickstart documentationArtur Carvalho2008-10-08T16:40:24Z2008-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#2214000Answer by aogan for WPF quickstart documentationaogan2008-10-21T10:29:34Z2008-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>