<?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: Declarative Dependency Property Definition with T4 + DTE</title>
	<atom:link href="http://www.scottlogic.co.uk/blog/colin/2009/08/declarative-dependency-property-definition-with-t4-dte/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottlogic.co.uk/blog/colin/2009/08/declarative-dependency-property-definition-with-t4-dte/</link>
	<description>Colin Eberhardt&#039;s Adventures in .NET</description>
	<lastBuildDate>Thu, 09 Feb 2012 03:02:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Chris Trevino</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/08/declarative-dependency-property-definition-with-t4-dte/#comment-7410</link>
		<dc:creator>Chris Trevino</dc:creator>
		<pubDate>Mon, 11 Jan 2010 00:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=491#comment-7410</guid>
		<description>Excellent post, thank you very much Colin!</description>
		<content:encoded><![CDATA[<p>Excellent post, thank you very much Colin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DTE and T4 - Better Together &#124; Codedstyle</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/08/declarative-dependency-property-definition-with-t4-dte/#comment-3867</link>
		<dc:creator>DTE and T4 - Better Together &#124; Codedstyle</dc:creator>
		<pubDate>Fri, 25 Sep 2009 19:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=491#comment-3867</guid>
		<description>[...] Dependency Properties from an xml file.&#160; Daniel&#8217;s approach inspired Colin to go back and rework his example to use DTE replacing his external XML file with custom attributes on classes to simply add dependency [...]</description>
		<content:encoded><![CDATA[<p>[...] Dependency Properties from an xml file.&nbsp; Daniel&#8217;s approach inspired Colin to go back and rework his example to use DTE replacing his external XML file with custom attributes on classes to simply add dependency [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Eberhardt</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/08/declarative-dependency-property-definition-with-t4-dte/#comment-2930</link>
		<dc:creator>Colin Eberhardt</dc:creator>
		<pubDate>Wed, 19 Aug 2009 08:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=491#comment-2930</guid>
		<description>Thanks Daniel,

I completely agree, I replied to Bill&#039;s post on the WPF Disciples and the ideas started flowing out ....

&lt;code&gt;
[NotifyPropertyChanged] 
[CLRProperty(&quot;Name&quot;, string)] 
[CLRProperty(&quot;Age&quot;, int)] 
[CLRProperty(&quot;Sex&quot;, SexType)] 
public partial class Person 
{ 
} 
&lt;/code&gt;

I might well explore this idea further. This approach conjures up similarities to AOP in my mind - when I used AOP in Java I favoured the use of annotations (i.e. attributes)to indicated point-cuts.

Regards, Colin E.</description>
		<content:encoded><![CDATA[<p>Thanks Daniel,</p>
<p>I completely agree, I replied to Bill&#8217;s post on the WPF Disciples and the ideas started flowing out &#8230;.</p>
<p><code><br />
[NotifyPropertyChanged]<br />
[CLRProperty("Name", string)]<br />
[CLRProperty("Age", int)]<br />
[CLRProperty("Sex", SexType)]<br />
public partial class Person<br />
{<br />
}<br />
</code></p>
<p>I might well explore this idea further. This approach conjures up similarities to AOP in my mind &#8211; when I used AOP in Java I favoured the use of annotations (i.e. attributes)to indicated point-cuts.</p>
<p>Regards, Colin E.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Vaughan</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/08/declarative-dependency-property-definition-with-t4-dte/#comment-2929</link>
		<dc:creator>Daniel Vaughan</dc:creator>
		<pubDate>Wed, 19 Aug 2009 08:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=491#comment-2929</guid>
		<description>Great post Colin! 
I like the attribute based approach. Nice one.

I don&#039;t know about you, but each time I dwell on T4, a new idea comes to mind. So many possibilities!

Well done.

Cheers,
Daniel</description>
		<content:encoded><![CDATA[<p>Great post Colin!<br />
I like the attribute based approach. Nice one.</p>
<p>I don&#8217;t know about you, but each time I dwell on T4, a new idea comes to mind. So many possibilities!</p>
<p>Well done.</p>
<p>Cheers,<br />
Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Eberhardt</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/08/declarative-dependency-property-definition-with-t4-dte/#comment-2926</link>
		<dc:creator>Colin Eberhardt</dc:creator>
		<pubDate>Wed, 19 Aug 2009 07:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=491#comment-2926</guid>
		<description>Thanks for pointing that out Thomas, those files are not needed, however I have updated the .zip file so that the solution does not expect them to be there!

Many thanks, Colin E.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that out Thomas, those files are not needed, however I have updated the .zip file so that the solution does not expect them to be there!</p>
<p>Many thanks, Colin E.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/08/declarative-dependency-property-definition-with-t4-dte/#comment-2925</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 19 Aug 2009 07:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=491#comment-2925</guid>
		<description>DependencyObjectTemplate.cs
DependencyObjects.xml
DependencyObject.xsd

are missing in the solution...</description>
		<content:encoded><![CDATA[<p>DependencyObjectTemplate.cs<br />
DependencyObjects.xml<br />
DependencyObject.xsd</p>
<p>are missing in the solution&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetShoutout</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2009/08/declarative-dependency-property-definition-with-t4-dte/#comment-2893</link>
		<dc:creator>DotNetShoutout</dc:creator>
		<pubDate>Tue, 18 Aug 2009 10:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=491#comment-2893</guid>
		<description>&lt;strong&gt;Declarative Dependency Property Definition with T4 + DTE –  Colin Eberhardt’s Adventures in WPF...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from DotNetShoutout...</description>
		<content:encoded><![CDATA[<p><strong>Declarative Dependency Property Definition with T4 + DTE –  Colin Eberhardt’s Adventures in WPF&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from DotNetShoutout&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

