<?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: Implement InotifyPropertyChanged with Castle.DynamicProxy</title>
	<atom:link href="http://www.codewrecks.com/blog/index.php/2008/08/04/implement-inotifypropertychanged-with-castledynamicproxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codewrecks.com/blog/index.php/2008/08/04/implement-inotifypropertychanged-with-castledynamicproxy/</link>
	<description>Wrecks of code floating in the sea of Internet By Ricci Gian Maria</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:15:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: alkampfer</title>
		<link>http://www.codewrecks.com/blog/index.php/2008/08/04/implement-inotifypropertychanged-with-castledynamicproxy/comment-page-1/#comment-3131</link>
		<dc:creator>alkampfer</dc:creator>
		<pubDate>Fri, 04 Jun 2010 07:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2008/08/04/implement-inotifypropertychanged-with-castledynamicproxy/#comment-3131</guid>
		<description>If you use DI container you should use Interceptors to do AOP. If you still want to use ProxyGenerator with container, you can simply use factory method during registration. This means that for some classes when the container need to resolve them it calls your factory method to create the instance, and then it finish to resolve dependencies.

alk.</description>
		<content:encoded><![CDATA[<p>If you use DI container you should use Interceptors to do AOP. If you still want to use ProxyGenerator with container, you can simply use factory method during registration. This means that for some classes when the container need to resolve them it calls your factory method to create the instance, and then it finish to resolve dependencies.</p>
<p>alk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pankaj</title>
		<link>http://www.codewrecks.com/blog/index.php/2008/08/04/implement-inotifypropertychanged-with-castledynamicproxy/comment-page-1/#comment-3129</link>
		<dc:creator>pankaj</dc:creator>
		<pubDate>Fri, 04 Jun 2010 01:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2008/08/04/implement-inotifypropertychanged-with-castledynamicproxy/#comment-3129</guid>
		<description>I use DI container (Windsor) to create instance of class. In above code  ProxyGenerator instantiates they class. How can two work in concert?

Thanks</description>
		<content:encoded><![CDATA[<p>I use DI container (Windsor) to create instance of class. In above code  ProxyGenerator instantiates they class. How can two work in concert?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alkampfer</title>
		<link>http://www.codewrecks.com/blog/index.php/2008/08/04/implement-inotifypropertychanged-with-castledynamicproxy/comment-page-1/#comment-2499</link>
		<dc:creator>alkampfer</dc:creator>
		<pubDate>Wed, 03 Jun 2009 06:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2008/08/04/implement-inotifypropertychanged-with-castledynamicproxy/#comment-2499</guid>
		<description>I usually work with the trunk, I do not remember exactly what subversion number I compiled for that sample, I&#039;ll look in my HD to find original sample with reference included.

You can find a compressed version of a test project &lt;a href=&quot;http://www.nablasoft.com/alkampfer/storage/varioustests.zip&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I usually work with the trunk, I do not remember exactly what subversion number I compiled for that sample, I&#8217;ll look in my HD to find original sample with reference included.</p>
<p>You can find a compressed version of a test project <a href="http://www.nablasoft.com/alkampfer/storage/varioustests.zip" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teppo Testaaja</title>
		<link>http://www.codewrecks.com/blog/index.php/2008/08/04/implement-inotifypropertychanged-with-castledynamicproxy/comment-page-1/#comment-2498</link>
		<dc:creator>Teppo Testaaja</dc:creator>
		<pubDate>Tue, 02 Jun 2009 15:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2008/08/04/implement-inotifypropertychanged-with-castledynamicproxy/#comment-2498</guid>
		<description>What version of DynamicProxy library you were using?
The code in example does not compile.</description>
		<content:encoded><![CDATA[<p>What version of DynamicProxy library you were using?<br />
The code in example does not compile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alkampfer</title>
		<link>http://www.codewrecks.com/blog/index.php/2008/08/04/implement-inotifypropertychanged-with-castledynamicproxy/comment-page-1/#comment-1670</link>
		<dc:creator>alkampfer</dc:creator>
		<pubDate>Thu, 07 Aug 2008 11:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2008/08/04/implement-inotifypropertychanged-with-castledynamicproxy/#comment-1670</guid>
		<description>This is a Test Message</description>
		<content:encoded><![CDATA[<p>This is a Test Message</p>
]]></content:encoded>
	</item>
</channel>
</rss>

