<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>WPF Farm: Simple WPF</title><link>http://blogs.msdn.com/charlie/archive/2008/06/14/wpf-farm-simple-wpf.aspx</link><description>It can be helpful to start from the beginning when working with new technologies. This post explains how to create a minimal WPF application that produces a single window with a gradient in it, as shown in Figure 1. The point of this exercise is to build</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>WPF Farm: A Simple WPF Program</title><link>http://blogs.msdn.com/charlie/archive/2008/06/14/wpf-farm-simple-wpf.aspx#8596426</link><pubDate>Sat, 14 Jun 2008 10:11:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8596426</guid><dc:creator>DotNetKicks.com</dc:creator><description>&lt;p&gt;You've been kicked (a good thing) - Trackback from DotNetKicks.com&lt;/p&gt;
</description></item><item><title>re: WPF Farm: Simple WPF</title><link>http://blogs.msdn.com/charlie/archive/2008/06/14/wpf-farm-simple-wpf.aspx#8597726</link><pubDate>Sat, 14 Jun 2008 18:34:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8597726</guid><dc:creator>Sara</dc:creator><description>&lt;p&gt;Greate...&lt;/p&gt;
&lt;p&gt;I hope success for u.&lt;/p&gt;
&lt;p&gt;have a good time.&lt;/p&gt;
</description></item><item><title>re: WPF Farm: Simple WPF</title><link>http://blogs.msdn.com/charlie/archive/2008/06/14/wpf-farm-simple-wpf.aspx#8597733</link><pubDate>Sat, 14 Jun 2008 18:37:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8597733</guid><dc:creator>Sara</dc:creator><description>&lt;p&gt;Greate...&lt;/p&gt;
&lt;p&gt;I hope success for u.&lt;/p&gt;
&lt;p&gt;have a good time.&lt;/p&gt;
</description></item><item><title>re: WPF Farm: Simple WPF</title><link>http://blogs.msdn.com/charlie/archive/2008/06/14/wpf-farm-simple-wpf.aspx#8599667</link><pubDate>Sun, 15 Jun 2008 09:12:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8599667</guid><dc:creator>Kirill Osenkov</dc:creator><description>&lt;p&gt;Wow, I didn't know that you can create a working WPF app without using the Visual Studio WPF project template! I thought you'd need some .g.cs autogeneration magic - but apparently not!!&lt;/p&gt;
&lt;p&gt;Nice one Charlie!&lt;/p&gt;
</description></item><item><title>re: WPF Farm: Simple WPF</title><link>http://blogs.msdn.com/charlie/archive/2008/06/14/wpf-farm-simple-wpf.aspx#8605726</link><pubDate>Mon, 16 Jun 2008 18:16:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8605726</guid><dc:creator>Harold Gómez</dc:creator><description>&lt;p&gt;I was looking for something like this... &lt;/p&gt;
&lt;p&gt;Sometimes the best way to learn something is to learn from scratch, and I believe WPF is one of those things.&lt;/p&gt;
&lt;p&gt;thank you &amp;nbsp;very much.&lt;/p&gt;
</description></item><item><title>re: WPF Farm: Simple WPF</title><link>http://blogs.msdn.com/charlie/archive/2008/06/14/wpf-farm-simple-wpf.aspx#8606123</link><pubDate>Mon, 16 Jun 2008 20:17:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8606123</guid><dc:creator>Owen Pellegrin</dc:creator><description>&lt;p&gt;Those looking for more information about generating WPF applications from scratch might want to check Charles Petzold's book &amp;quot;Applications = Code + Markup&amp;quot;. &amp;nbsp;Petzold tends to teach how to do things from scratch, and this one is no exception. &amp;nbsp;There's a lot of benefits to knowing the XAML designer and project templates aren't magic, so I recommend it!&lt;/p&gt;
</description></item><item><title>Link Listing - June 17, 2008</title><link>http://blogs.msdn.com/charlie/archive/2008/06/14/wpf-farm-simple-wpf.aspx#8620084</link><pubDate>Thu, 19 Jun 2008 07:04:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8620084</guid><dc:creator>Christopher Steen</dc:creator><description>&lt;p&gt;MSBuild MSBuild Reserved Properties [Via: Sayed Ibrahim Hashimi ] Sharepoint Adding Copy and Paste...&lt;/p&gt;
</description></item><item><title>re: WPF Farm: Simple WPF</title><link>http://blogs.msdn.com/charlie/archive/2008/06/14/wpf-farm-simple-wpf.aspx#8623628</link><pubDate>Fri, 20 Jun 2008 04:13:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8623628</guid><dc:creator>Fact Pandit</dc:creator><description>&lt;p&gt;I guess WPF requires following Namespaces DLLs:&lt;/p&gt;
&lt;p&gt;PresentationCore.dll&lt;/p&gt;
&lt;p&gt;PresentationFramework.dll&lt;/p&gt;
&lt;p&gt;WindowsBase.dll&lt;/p&gt;
&lt;p&gt;System.dll&lt;/p&gt;
&lt;p&gt;Totally different from forms, I guess. Which is kind of interesting as it is a parallel develpment to Windows.Forms and no dependncies, atleast that is what I understood.&lt;/p&gt;
</description></item><item><title>re: WPF Farm: Simple WPF</title><link>http://blogs.msdn.com/charlie/archive/2008/06/14/wpf-farm-simple-wpf.aspx#8642487</link><pubDate>Mon, 23 Jun 2008 18:32:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8642487</guid><dc:creator>Daniel Earwicker</dc:creator><description>&lt;p&gt;I like how the C++/CLI to get a blank WPF window is just:&lt;/p&gt;
&lt;p&gt;Application().Run(%Window());&lt;/p&gt;
&lt;p&gt;It makes a very nice change from the equivalent in the Windows 3.1 edition of Petzold!&lt;/p&gt;
</description></item></channel></rss>