<?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: Creating a dynamic xml reader with C# 4.0</title>
	<atom:link href="http://tore.vestues.no/2009/01/05/creating-a-dynamic-xml-reader-with-c-40/feed/" rel="self" type="application/rss+xml" />
	<link>http://tore.vestues.no/2009/01/05/creating-a-dynamic-xml-reader-with-c-40/</link>
	<description>On a quest for the silver bullet..</description>
	<lastBuildDate>Wed, 28 Jul 2010 06:25:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: j</title>
		<link>http://tore.vestues.no/2009/01/05/creating-a-dynamic-xml-reader-with-c-40/comment-page-1/#comment-518</link>
		<dc:creator>j</dc:creator>
		<pubDate>Wed, 26 May 2010 22:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://tore.vestues.no/2009/01/05/creating-a-dynamic-xml-reader-with-c-40/#comment-518</guid>
		<description>Rather than giving us the dynamic keyword Microsoft should have just given us a dynamic xml class.  Using this dynamic thing for anything beyond XML is going to cause a nightmare down the road.  And having to implement your own dynamic XML classes is just silly.  What&#039;s wrong with Microsoft?  Have they lost their minds?</description>
		<content:encoded><![CDATA[<p>Rather than giving us the dynamic keyword Microsoft should have just given us a dynamic xml class.  Using this dynamic thing for anything beyond XML is going to cause a nightmare down the road.  And having to implement your own dynamic XML classes is just silly.  What&#8217;s wrong with Microsoft?  Have they lost their minds?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The_Assimilator</title>
		<link>http://tore.vestues.no/2009/01/05/creating-a-dynamic-xml-reader-with-c-40/comment-page-1/#comment-339</link>
		<dc:creator>The_Assimilator</dc:creator>
		<pubDate>Fri, 17 Jul 2009 12:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://tore.vestues.no/2009/01/05/creating-a-dynamic-xml-reader-with-c-40/#comment-339</guid>
		<description>Since &quot;username&quot; is an XML element, not an attribute, shouldn&#039;t the second-last line read:

Console.WriteLine(myXml.user().username()); // &quot;Tore&quot;

(note parentheses after username()).

Thanks for this post - it&#039;s features like this that will make C# 4.0 awesome. For example, typed datasets can be created on-the-fly from database schema without any additional tools, just code. :)</description>
		<content:encoded><![CDATA[<p>Since &#8220;username&#8221; is an XML element, not an attribute, shouldn&#8217;t the second-last line read:</p>
<p>Console.WriteLine(myXml.user().username()); // &#8220;Tore&#8221;</p>
<p>(note parentheses after username()).</p>
<p>Thanks for this post &#8211; it&#8217;s features like this that will make C# 4.0 awesome. For example, typed datasets can be created on-the-fly from database schema without any additional tools, just code. <img src='http://vestues.no/tore/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Einar Ingebrigtsen</title>
		<link>http://tore.vestues.no/2009/01/05/creating-a-dynamic-xml-reader-with-c-40/comment-page-1/#comment-294</link>
		<dc:creator>Einar Ingebrigtsen</dc:creator>
		<pubDate>Fri, 09 Jan 2009 07:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://tore.vestues.no/2009/01/05/creating-a-dynamic-xml-reader-with-c-40/#comment-294</guid>
		<description>This is really cool. Sparks my head with ideas. :)

The best part is that they will truely act as prop properties and you can do LINQ queries on them, throwing out the sometimes weirdness of LINQ 2 Xml.</description>
		<content:encoded><![CDATA[<p>This is really cool. Sparks my head with ideas. <img src='http://vestues.no/tore/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The best part is that they will truely act as prop properties and you can do LINQ queries on them, throwing out the sometimes weirdness of LINQ 2 Xml.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
