<?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>Databinding to CLR Objects</title><link>http://blogs.msdn.com/b/danteg/archive/2007/03/07/databinding-to-clr-objects.aspx</link><description>I'm sure everyone else runs into these issues all the time, but every time I have to do this, I end up pulling up MSDN and looking all of this up. It's not too efficient, so I'm going to drop a few points here for reference. 
 First: Binding a basic</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Databinding to CLR Objects</title><link>http://blogs.msdn.com/b/danteg/archive/2007/03/07/databinding-to-clr-objects.aspx#10083659</link><pubDate>Sun, 31 Oct 2010 11:46:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10083659</guid><dc:creator>DoRyAN-DeSiGn</dc:creator><description>&lt;p&gt;DATABINDING &lt;/p&gt;
&lt;p&gt; Adding a Data Source to a Project ,please can you tell me how to add a data sorce but in blend 4,because I have tried to do that but in my data menu there other menus not (+xml &amp;amp; +crl),I have started to see your tutorials for blend and now I don&amp;#39;t know what to do.&lt;/p&gt;
&lt;p&gt;I have finnishd the first part of the tutorials without (1 Adding a Data Source to a Project,Creating a Data Template,Adding Images to a TextBlock) ,but in part 2 you have started to use data binding again.&lt;/p&gt;
&lt;p&gt;Please help me.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10083659" width="1" height="1"&gt;</description></item><item><title>re: Databinding to CLR Objects</title><link>http://blogs.msdn.com/b/danteg/archive/2007/03/07/databinding-to-clr-objects.aspx#1955599</link><pubDate>Tue, 27 Mar 2007 01:26:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1955599</guid><dc:creator>LordSaphon</dc:creator><description>&lt;p&gt;I need to give that a shot. I'm not exactly a guru with XAML itself, so your technique might be better... I just haven't given it a shot.&lt;/p&gt;
&lt;p&gt;Thanks for the tip :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1955599" width="1" height="1"&gt;</description></item><item><title>re: Databinding to CLR Objects</title><link>http://blogs.msdn.com/b/danteg/archive/2007/03/07/databinding-to-clr-objects.aspx#1830852</link><pubDate>Thu, 08 Mar 2007 00:24:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1830852</guid><dc:creator>joewood</dc:creator><description>&lt;p&gt;The way that I do it is to instantiate the custom object in the XAML itself:&lt;/p&gt;
&lt;p&gt;&amp;lt;l:WordGame x:Key=&amp;quot;WordGame&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;Then bind the DataContext to this in the XAML.&lt;/p&gt;
&lt;p&gt;I even put this in the App.XAML.&lt;/p&gt;
&lt;p&gt;I then put my collections as properties in my document Model object (WordGame).&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1830852" width="1" height="1"&gt;</description></item></channel></rss>