<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using extension methods with a data reader</title>
	<atom:link href="http://blog.jemm.net/2008/02/01/using-extension-methods-with-a-data-reader/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jemm.net/2008/02/01/using-extension-methods-with-a-data-reader/</link>
	<description>Another blog by another geek</description>
	<lastBuildDate>Sun, 07 Mar 2010 03:12:51 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jemm</title>
		<link>http://blog.jemm.net/2008/02/01/using-extension-methods-with-a-data-reader/#comment-4369</link>
		<dc:creator>jemm</dc:creator>
		<pubDate>Thu, 12 Jun 2008 11:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jemm.net/2008/02/01/using-extension-methods-with-a-data-reader/#comment-4369</guid>
		<description>@Cathal: 
Thanks for the comment. 

Indeed your generics approach works well for straight-forward conversions.</description>
		<content:encoded><![CDATA[<p>@Cathal:<br />
Thanks for the comment. </p>
<p>Indeed your generics approach works well for straight-forward conversions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cathal</title>
		<link>http://blog.jemm.net/2008/02/01/using-extension-methods-with-a-data-reader/#comment-4368</link>
		<dc:creator>Cathal</dc:creator>
		<pubDate>Thu, 12 Jun 2008 11:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jemm.net/2008/02/01/using-extension-methods-with-a-data-reader/#comment-4368</guid>
		<description>Note the blog parser left the &lt;T&gt; after the ToT
ToT[T]</description>
		<content:encoded><![CDATA[<p>Note the blog parser left the &lt;T&gt; after the ToT<br />
ToT[T]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cathal</title>
		<link>http://blog.jemm.net/2008/02/01/using-extension-methods-with-a-data-reader/#comment-4367</link>
		<dc:creator>Cathal</dc:creator>
		<pubDate>Thu, 12 Jun 2008 11:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jemm.net/2008/02/01/using-extension-methods-with-a-data-reader/#comment-4367</guid>
		<description>The following is also possible.        

        public static T ToT(this IDataReader reader, string column)
        {
            return reader[column] != DBNull.Value ? (T)reader[column] : default(T);
        }</description>
		<content:encoded><![CDATA[<p>The following is also possible.        </p>
<p>        public static T ToT(this IDataReader reader, string column)<br />
        {<br />
            return reader[column] != DBNull.Value ? (T)reader[column] : default(T);<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Why I changed my mind about Extension Methods - James Newton-King</title>
		<link>http://blog.jemm.net/2008/02/01/using-extension-methods-with-a-data-reader/#comment-4222</link>
		<dc:creator>Why I changed my mind about Extension Methods - James Newton-King</dc:creator>
		<pubDate>Mon, 24 Mar 2008 01:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jemm.net/2008/02/01/using-extension-methods-with-a-data-reader/#comment-4222</guid>
		<description>[...] Using extension methods with a data reader Using extension methods for enum ToString Extension methods: Copy all files in a directory (recursive) ASP.Net MVC Framework leads you to extension method heaven [...]</description>
		<content:encoded><![CDATA[<p>[...] Using extension methods with a data reader Using extension methods for enum ToString Extension methods: Copy all files in a directory (recursive) ASP.Net MVC Framework leads you to extension method heaven [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
