<?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: Adventures in MVVM &#8212; Dependant Properties with INotifyPropertyChanged</title>
	<atom:link href="http://houseofbilz.com/archives/2009/11/14/adventures-in-mvvm-dependant-properties-with-inotifypropertychanged/feed/" rel="self" type="application/rss+xml" />
	<link>http://houseofbilz.com/archives/2009/11/14/adventures-in-mvvm-dependant-properties-with-inotifypropertychanged/</link>
	<description>Func&#60;E&#62; Thoughts on Software</description>
	<lastBuildDate>Tue, 27 Dec 2011 21:30:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Vijay</title>
		<link>http://houseofbilz.com/archives/2009/11/14/adventures-in-mvvm-dependant-properties-with-inotifypropertychanged/comment-page-1/#comment-13657</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Tue, 27 Dec 2011 21:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://houseofbilz.net/archive/2009/11/14/adventures-in-mvvm-dependant-properties-with-inotifypropertychanged/#comment-13657</guid>
		<description>Brian,

An excellent solution. I used a variation of this earlier, which required me to write lots of code. This is very elegant. Thanks a lot. 

Vijay</description>
		<content:encoded><![CDATA[<p>Brian,</p>
<p>An excellent solution. I used a variation of this earlier, which required me to write lots of code. This is very elegant. Thanks a lot. </p>
<p>Vijay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://houseofbilz.com/archives/2009/11/14/adventures-in-mvvm-dependant-properties-with-inotifypropertychanged/comment-page-1/#comment-2216</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 24 Nov 2010 19:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://houseofbilz.net/archive/2009/11/14/adventures-in-mvvm-dependant-properties-with-inotifypropertychanged/#comment-2216</guid>
		<description>Yes, you can do something like that, but it requires you to do some post compilation.  See PostSharp for this: http://thetreeknowseverything.wordpress.com/2009/01/21/auto-implement-inotifypropertychanged-with-aspects/</description>
		<content:encoded><![CDATA[<p>Yes, you can do something like that, but it requires you to do some post compilation.  See PostSharp for this: <a href="http://thetreeknowseverything.wordpress.com/2009/01/21/auto-implement-inotifypropertychanged-with-aspects/" rel="nofollow">http://thetreeknowseverything.wordpress.com/2009/01/21/auto-implement-inotifypropertychanged-with-aspects/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Farrell</title>
		<link>http://houseofbilz.com/archives/2009/11/14/adventures-in-mvvm-dependant-properties-with-inotifypropertychanged/comment-page-1/#comment-2189</link>
		<dc:creator>Jason Farrell</dc:creator>
		<pubDate>Tue, 23 Nov 2010 19:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://houseofbilz.net/archive/2009/11/14/adventures-in-mvvm-dependant-properties-with-inotifypropertychanged/#comment-2189</guid>
		<description>Brian, any way to take a similar approach with the properties in general. I am thinking something like:

[Notify]
public string FirstName { get; set; }</description>
		<content:encoded><![CDATA[<p>Brian, any way to take a similar approach with the properties in general. I am thinking something like:</p>
<p>[Notify]<br />
public string FirstName { get; set; }</p>
]]></content:encoded>
	</item>
</channel>
</rss>

