<?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: ThoughtBox: The Data Layer</title>
	<atom:link href="http://blog.nerdplusart.com/archives/thoughtbox-the-data-layer/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.nerdplusart.com/archives/thoughtbox-the-data-layer</link>
	<description>inspiration for xaml nerds</description>
	<lastBuildDate>Mon, 08 Feb 2010 10:11:50 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robby Ingebretsen</title>
		<link>http://blog.nerdplusart.com/archives/thoughtbox-the-data-layer/comment-page-1#comment-614</link>
		<dc:creator>Robby Ingebretsen</dc:creator>
		<pubDate>Mon, 04 Aug 2008 04:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nerdplusart.com/archives/thoughtbox-the-data-layer#comment-614</guid>
		<description>@Scott:  Good call.  Yeah, that definitely does produce nicer looking markup.  Thanks for pointing that out.</description>
		<content:encoded><![CDATA[<p>@Scott:  Good call.  Yeah, that definitely does produce nicer looking markup.  Thanks for pointing that out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Bussinger</title>
		<link>http://blog.nerdplusart.com/archives/thoughtbox-the-data-layer/comment-page-1#comment-606</link>
		<dc:creator>Scott Bussinger</dc:creator>
		<pubDate>Sun, 03 Aug 2008 15:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nerdplusart.com/archives/thoughtbox-the-data-layer#comment-606</guid>
		<description>It didn&#039;t like my angle brackets, the last part should read like:

So instead of 

    d:Project Description=&quot;Clean The Study&quot;
        d:Project.TaskList
            d:TaskList
                d:Task Description=&quot;Go through files&quot;

you could have something simpler like

    d:Project Description=&quot;Clean The Study&quot;
        d:Task Description=&quot;Go through files&quot;</description>
		<content:encoded><![CDATA[<p>It didn&#8217;t like my angle brackets, the last part should read like:</p>
<p>So instead of </p>
<p>    d:Project Description=&#8221;Clean The Study&#8221;<br />
        d:Project.TaskList<br />
            d:TaskList<br />
                d:Task Description=&#8221;Go through files&#8221;</p>
<p>you could have something simpler like</p>
<p>    d:Project Description=&#8221;Clean The Study&#8221;<br />
        d:Task Description=&#8221;Go through files&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Bussinger</title>
		<link>http://blog.nerdplusart.com/archives/thoughtbox-the-data-layer/comment-page-1#comment-605</link>
		<dc:creator>Scott Bussinger</dc:creator>
		<pubDate>Sun, 03 Aug 2008 15:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nerdplusart.com/archives/thoughtbox-the-data-layer#comment-605</guid>
		<description>I also like XAML as a serialization format. I think you could simplify your XAML output though by decorating your class with attributes like &quot;[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]&quot; and &quot;[ContentProperty()]&quot;. So instead of 

    
         
            
                

you could have something simpler like

    
        </description>
		<content:encoded><![CDATA[<p>I also like XAML as a serialization format. I think you could simplify your XAML output though by decorating your class with attributes like &#8220;[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]&#8221; and &#8220;[ContentProperty()]&#8220;. So instead of </p>
<p>you could have something simpler like</p>
]]></content:encoded>
	</item>
</channel>
</rss>
