<?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: Write Your Own Database Access Class in C#</title>
	<atom:link href="http://www.adventuresindevelopment.com/2009/05/15/write-your-own-database-access-layer-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adventuresindevelopment.com/2009/05/15/write-your-own-database-access-layer-in-c/</link>
	<description>Web Development Tools, Ideas, Techniques and Resources</description>
	<lastBuildDate>Thu, 01 Dec 2011 17:36:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Matthew Paulson</title>
		<link>http://www.adventuresindevelopment.com/2009/05/15/write-your-own-database-access-layer-in-c/comment-page-1/#comment-3</link>
		<dc:creator>Matthew Paulson</dc:creator>
		<pubDate>Fri, 15 May 2009 14:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=22#comment-3</guid>
		<description>Thanks for the suggestions Clint!</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestions Clint!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint Rutkas</title>
		<link>http://www.adventuresindevelopment.com/2009/05/15/write-your-own-database-access-layer-in-c/comment-page-1/#comment-2</link>
		<dc:creator>Clint Rutkas</dc:creator>
		<pubDate>Fri, 15 May 2009 14:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=22#comment-2</guid>
		<description>Make it so your class can use the using block and I would wrap a using block around your connections.  This lets the Dispose() method from IDisposable do some clean up and makes sure you didn&#039;t leave any connections open on accident.

Check out the SQL class in http://www.peacelovecode.com/#Drunktender if you have some questions</description>
		<content:encoded><![CDATA[<p>Make it so your class can use the using block and I would wrap a using block around your connections.  This lets the Dispose() method from IDisposable do some clean up and makes sure you didn&#8217;t leave any connections open on accident.</p>
<p>Check out the SQL class in <a href="http://www.peacelovecode.com/#Drunktender" rel="nofollow">http://www.peacelovecode.com/#Drunktender</a> if you have some questions</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
