<?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: Easier PropertyChanged notification with PostSharp</title>
	<atom:link href="http://graemehill.ca/easier-propertychanged-notification-with-postsharp/feed" rel="self" type="application/rss+xml" />
	<link>http://graemehill.ca/easier-propertychanged-notification-with-postsharp</link>
	<description></description>
	<pubDate>Fri, 30 Jul 2010 13:24:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Graeme</title>
		<link>http://graemehill.ca/easier-propertychanged-notification-with-postsharp/comment-page-1#comment-695</link>
		<dc:creator>Graeme</dc:creator>
		<pubDate>Sat, 19 Jun 2010 19:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://graemehill.ca/?p=91#comment-695</guid>
		<description>Good to know.  Thanks.</description>
		<content:encoded><![CDATA[<p>Good to know.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Kan</title>
		<link>http://graemehill.ca/easier-propertychanged-notification-with-postsharp/comment-page-1#comment-671</link>
		<dc:creator>Phil Kan</dc:creator>
		<pubDate>Wed, 02 Jun 2010 03:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://graemehill.ca/?p=91#comment-671</guid>
		<description>The MVVM Foundation code on codeplex contains such a method, so we don't need to define it directly. See the ObservableObject in http://mvvmfoundation.codeplex.com/. Unfortunately, that implementation only validates the property name in debug builds.

I would assume then, that given the right references, the NotifyAttribute could be implemented to call the RaisePropertyChanged(string) method instead of the custom implementation.</description>
		<content:encoded><![CDATA[<p>The MVVM Foundation code on codeplex contains such a method, so we don&#8217;t need to define it directly. See the ObservableObject in <a href="http://mvvmfoundation.codeplex.com/" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://mvvmfoundation.codeplex.com/');" rel="nofollow">http://mvvmfoundation.codeplex.com/</a>. Unfortunately, that implementation only validates the property name in debug builds.</p>
<p>I would assume then, that given the right references, the NotifyAttribute could be implemented to call the RaisePropertyChanged(string) method instead of the custom implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Verify your property names in INotifyPropertyChanged implementation &#124; Graeme Hill on .NET development</title>
		<link>http://graemehill.ca/easier-propertychanged-notification-with-postsharp/comment-page-1#comment-14</link>
		<dc:creator>Verify your property names in INotifyPropertyChanged implementation &#124; Graeme Hill on .NET development</dc:creator>
		<pubDate>Sun, 23 Aug 2009 17:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://graemehill.ca/?p=91#comment-14</guid>
		<description>[...] I have posted another article here that explains what I think is a better solution to this problem using a simple PostSharp [...]</description>
		<content:encoded><![CDATA[<p>[...] I have posted another article here that explains what I think is a better solution to this problem using a simple PostSharp [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
