<?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>Create WPF Master – Detail UI Using Data Sources Window Object DataSource</title><link>http://blogs.msdn.com/b/wpfsldesigner/archive/2010/01/19/create-wpf-master-detail-ui-using-data-sources-window-object-datasource.aspx</link><description>This article has a corresponding video that can be viewed here . Master – Detail layouts are the bread and butter of Line of Business (LOB) applications. This walkthrough will show you how to drag &amp;amp; drop from the Data Sources Window to create the</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Create WPF Master – Detail UI Using Data Sources Window Object DataSource</title><link>http://blogs.msdn.com/b/wpfsldesigner/archive/2010/01/19/create-wpf-master-detail-ui-using-data-sources-window-object-datasource.aspx#10109959</link><pubDate>Wed, 29 Dec 2010 19:30:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10109959</guid><dc:creator>Garvander</dc:creator><description>&lt;p&gt;Karl Shifflett has a training module called MVVMTraining.vsix. This add-on does not install or run with Visual Studio 2010 Express.&lt;/p&gt;
&lt;p&gt;Supposedly Karl can change the manifest for MVVMTraining.vsix and make it run in VS 2010 Express.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know how to contact Karl and get this problem fixed.&lt;/p&gt;
&lt;p&gt;I have to purchase VS 2010 Professional to run his add-on.&lt;/p&gt;
&lt;p&gt;Is there a better way?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10109959" width="1" height="1"&gt;</description></item><item><title>re: Create WPF Master – Detail UI Using Data Sources Window Object DataSource</title><link>http://blogs.msdn.com/b/wpfsldesigner/archive/2010/01/19/create-wpf-master-detail-ui-using-data-sources-window-object-datasource.aspx#10075134</link><pubDate>Wed, 13 Oct 2010 06:30:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10075134</guid><dc:creator>Gerardo Melendrez</dc:creator><description>&lt;p&gt;Great article. Thanks.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10075134" width="1" height="1"&gt;</description></item><item><title>re: Create WPF Master – Detail UI Using Data Sources Window Object DataSource</title><link>http://blogs.msdn.com/b/wpfsldesigner/archive/2010/01/19/create-wpf-master-detail-ui-using-data-sources-window-object-datasource.aspx#10051617</link><pubDate>Wed, 18 Aug 2010 19:13:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10051617</guid><dc:creator>karl140.6</dc:creator><description>&lt;p&gt;The The Aye,&lt;/p&gt;
&lt;p&gt;my: and local: are just alias&amp;#39;s to the assembly that the types are in.&lt;/p&gt;
&lt;p&gt;my: is what the WPF Designer uses when it adds an alias.&lt;/p&gt;
&lt;p&gt;local: is what I typically use for the main assembly.&lt;/p&gt;
&lt;p&gt;You can change the alias at the top of the XAML file if you want.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Karl&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10051617" width="1" height="1"&gt;</description></item><item><title>re: Create WPF Master – Detail UI Using Data Sources Window Object DataSource</title><link>http://blogs.msdn.com/b/wpfsldesigner/archive/2010/01/19/create-wpf-master-detail-ui-using-data-sources-window-object-datasource.aspx#10051592</link><pubDate>Wed, 18 Aug 2010 17:59:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10051592</guid><dc:creator>The The Aye</dc:creator><description>&lt;p&gt;Hi Karl,&lt;/p&gt;
&lt;p&gt;I can use only my:Data.AddressTypes instead of local:Data.AddressTypes in this statement &lt;/p&gt;
&lt;p&gt;&amp;lt;DataGridComboBoxColumn SelectedValueBinding=&amp;quot;{Binding Path=AddressType.AddressTypeId, Mode=TwoWay}&amp;quot; ItemsSource=&amp;quot;{x:Static local:Data.AddressTypes}&amp;quot; DisplayMemberPath=&amp;quot;Name&amp;quot; Header=&amp;quot;Address Type&amp;quot; SelectedValuePath=&amp;quot;AddressTypeId&amp;quot; /&amp;gt; &lt;/p&gt;
&lt;p&gt;Why???&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10051592" width="1" height="1"&gt;</description></item><item><title>re: Create WPF Master – Detail UI Using Data Sources Window Object DataSource</title><link>http://blogs.msdn.com/b/wpfsldesigner/archive/2010/01/19/create-wpf-master-detail-ui-using-data-sources-window-object-datasource.aspx#10037127</link><pubDate>Mon, 12 Jul 2010 15:00:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10037127</guid><dc:creator>knospe</dc:creator><description>&lt;p&gt;Thanks for the article. &lt;/p&gt;
&lt;p&gt;But I got an error message &lt;/p&gt;
&lt;p&gt;&amp;quot;Error	1	Unknown build error, &amp;#39;The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.&amp;#39; 	MasterDetailDataSourcesWindowDemo&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;What does mean here? The properties of Window in XMAL is too long? &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10037127" width="1" height="1"&gt;</description></item><item><title>re: Create WPF Master – Detail UI Using Data Sources Window Object DataSource</title><link>http://blogs.msdn.com/b/wpfsldesigner/archive/2010/01/19/create-wpf-master-detail-ui-using-data-sources-window-object-datasource.aspx#9977546</link><pubDate>Fri, 12 Mar 2010 15:26:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9977546</guid><dc:creator>karl140.6</dc:creator><description>&lt;p&gt;Bill,&lt;/p&gt;
&lt;p&gt;formTitleBackgroundBrush is in Application.xaml.&lt;/p&gt;
&lt;p&gt;Have a great day,&lt;/p&gt;
&lt;p&gt;Karl&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9977546" width="1" height="1"&gt;</description></item><item><title>re: Create WPF Master – Detail UI Using Data Sources Window Object DataSource</title><link>http://blogs.msdn.com/b/wpfsldesigner/archive/2010/01/19/create-wpf-master-detail-ui-using-data-sources-window-object-datasource.aspx#9952447</link><pubDate>Sat, 23 Jan 2010 21:57:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9952447</guid><dc:creator>burrowsuw</dc:creator><description>&lt;p&gt;Hey Karl,&lt;/p&gt;
&lt;p&gt;Great article. One question: Where did the resources like &amp;quot;formTitleBackgroundBrush&amp;quot; come from?&lt;/p&gt;
&lt;p&gt;Thanks ... bill&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9952447" width="1" height="1"&gt;</description></item><item><title>re: Create WPF Master – Detail UI Using Data Sources Window Object DataSource</title><link>http://blogs.msdn.com/b/wpfsldesigner/archive/2010/01/19/create-wpf-master-detail-ui-using-data-sources-window-object-datasource.aspx#9952237</link><pubDate>Fri, 22 Jan 2010 23:08:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9952237</guid><dc:creator>rclarke</dc:creator><description>&lt;p&gt;Awesome post Karl. The approach of this post and those that precede it are exactly what is needed for me to get started using Visual Studio 2010, WPF, and Silverlight. Keep them coming!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9952237" width="1" height="1"&gt;</description></item></channel></rss>