<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Properties and data binding</title>
	<atom:link href="http://blog.ramondeklein.nl/index.php/2009/05/29/properties-and-data-binding/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ramondeklein.nl/index.php/2009/05/29/properties-and-data-binding/</link>
	<description>A developer&#039;s view on the world</description>
	<lastBuildDate>Thu, 26 Jan 2012 01:48:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: dm</title>
		<link>http://blog.ramondeklein.nl/index.php/2009/05/29/properties-and-data-binding/comment-page-1/#comment-2341</link>
		<dc:creator>dm</dc:creator>
		<pubDate>Tue, 12 Jan 2010 03:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramondeklein.nl/?p=70#comment-2341</guid>
		<description>Could PostSharp be used to implement the plumbing for Update Controls too, like with INotify..?

Maybe we could write a plug in for PS so you can put an attribute over the independent properties..
//like this
[Independent]
public int MyInt {get;set;}</description>
		<content:encoded><![CDATA[<p>Could PostSharp be used to implement the plumbing for Update Controls too, like with INotify..?</p>
<p>Maybe we could write a plug in for PS so you can put an attribute over the independent properties..<br />
//like this<br />
[Independent]<br />
public int MyInt {get;set;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael L Perry</title>
		<link>http://blog.ramondeklein.nl/index.php/2009/05/29/properties-and-data-binding/comment-page-1/#comment-459</link>
		<dc:creator>Michael L Perry</dc:creator>
		<pubDate>Fri, 05 Jun 2009 19:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramondeklein.nl/?p=70#comment-459</guid>
		<description>Thanks for reviewing Update Controls. I&#039;ve fixed one of the problems that you talk about. You no longer have to use the {u:Update} markup extension. Now you can use {Binding}. But, as always, there is a catch :)

As you set the DataContext of your Window, you need to wrap your object, like this:

DataContext = ForView.Wrap(myObject);

I published an update at http://updatecontrols.codeplex.com. I haven&#039;t yet updated the updatecontrols.net site.</description>
		<content:encoded><![CDATA[<p>Thanks for reviewing Update Controls. I&#8217;ve fixed one of the problems that you talk about. You no longer have to use the {u:Update} markup extension. Now you can use {Binding}. But, as always, there is a catch <img src='http://blog.ramondeklein.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As you set the DataContext of your Window, you need to wrap your object, like this:</p>
<p>DataContext = ForView.Wrap(myObject);</p>
<p>I published an update at <a href="http://updatecontrols.codeplex.com" rel="nofollow">http://updatecontrols.codeplex.com</a>. I haven&#8217;t yet updated the updatecontrols.net site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Properties and data binding &#124; Silverlight Coder</title>
		<link>http://blog.ramondeklein.nl/index.php/2009/05/29/properties-and-data-binding/comment-page-1/#comment-457</link>
		<dc:creator>Properties and data binding &#124; Silverlight Coder</dc:creator>
		<pubDate>Thu, 04 Jun 2009 09:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ramondeklein.nl/?p=70#comment-457</guid>
		<description>[...] the rest here:</description>
		<content:encoded><![CDATA[<p>[...] the rest here:</p>
]]></content:encoded>
	</item>
</channel>
</rss>

