<?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 the using-statement</title>
	<atom:link href="http://startbigthinksmall.wordpress.com/2008/04/10/dispose_correctly_with_the_using_statement/feed/" rel="self" type="application/rss+xml" />
	<link>http://startbigthinksmall.wordpress.com/2008/04/10/dispose_correctly_with_the_using_statement/</link>
	<description>... where thoughts become excecutable.</description>
	<lastBuildDate>Fri, 13 Nov 2009 19:51:29 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lars Corneliussen</title>
		<link>http://startbigthinksmall.wordpress.com/2008/04/10/dispose_correctly_with_the_using_statement/#comment-215</link>
		<dc:creator>Lars Corneliussen</dc:creator>
		<pubDate>Tue, 13 Jan 2009 06:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://startbigthinksmall.wordpress.com/?p=3#comment-215</guid>
		<description>Oops. Thanks for the hint Jacob. I fixed it.</description>
		<content:encoded><![CDATA[<p>Oops. Thanks for the hint Jacob. I fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://startbigthinksmall.wordpress.com/2008/04/10/dispose_correctly_with_the_using_statement/#comment-213</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Mon, 12 Jan 2009 21:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://startbigthinksmall.wordpress.com/?p=3#comment-213</guid>
		<description>The code samples are not viewed correctly... is it possible to fix?</description>
		<content:encoded><![CDATA[<p>The code samples are not viewed correctly&#8230; is it possible to fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Free .Net Ambient Context Pattern Implementation &#171; .Net Braindrops</title>
		<link>http://startbigthinksmall.wordpress.com/2008/04/10/dispose_correctly_with_the_using_statement/#comment-22</link>
		<dc:creator>Free .Net Ambient Context Pattern Implementation &#171; .Net Braindrops</dc:creator>
		<pubDate>Thu, 15 May 2008 15:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://startbigthinksmall.wordpress.com/?p=3#comment-22</guid>
		<description>[...] Using the using-statement (Me) [...]</description>
		<content:encoded><![CDATA[<p>[...] Using the using-statement (Me) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Allen</title>
		<link>http://startbigthinksmall.wordpress.com/2008/04/10/dispose_correctly_with_the_using_statement/#comment-7</link>
		<dc:creator>Sam Allen</dc:creator>
		<pubDate>Mon, 21 Apr 2008 23:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://startbigthinksmall.wordpress.com/?p=3#comment-7</guid>
		<description>I wrote about this on my site a few days ago, but your post is better. I was delighted when I learned that you could chain using statements--of course, that can cause problems with complexity and trying to do too many files at once.</description>
		<content:encoded><![CDATA[<p>I wrote about this on my site a few days ago, but your post is better. I was delighted when I learned that you could chain using statements&#8211;of course, that can cause problems with complexity and trying to do too many files at once.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris M</title>
		<link>http://startbigthinksmall.wordpress.com/2008/04/10/dispose_correctly_with_the_using_statement/#comment-6</link>
		<dc:creator>Chris M</dc:creator>
		<pubDate>Mon, 21 Apr 2008 17:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://startbigthinksmall.wordpress.com/?p=3#comment-6</guid>
		<description>Man I need to start using using.</description>
		<content:encoded><![CDATA[<p>Man I need to start using using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larscorneliussen</title>
		<link>http://startbigthinksmall.wordpress.com/2008/04/10/dispose_correctly_with_the_using_statement/#comment-5</link>
		<dc:creator>larscorneliussen</dc:creator>
		<pubDate>Mon, 21 Apr 2008 12:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://startbigthinksmall.wordpress.com/?p=3#comment-5</guid>
		<description>Hi Kaushik,

i&#039;ve heard about theese problems, but I myself have never experienced them. I neither understand how there could be any problems.

SqlConnection.Dispose() sets the _poolGroup-Field to null before calling Close. But Close does not accesse it, so there should not be any impact.

At least, if there is an issue, it&#039;s a bug, IMHO.

regards,
Lars</description>
		<content:encoded><![CDATA[<p>Hi Kaushik,</p>
<p>i&#8217;ve heard about theese problems, but I myself have never experienced them. I neither understand how there could be any problems.</p>
<p>SqlConnection.Dispose() sets the _poolGroup-Field to null before calling Close. But Close does not accesse it, so there should not be any impact.</p>
<p>At least, if there is an issue, it&#8217;s a bug, IMHO.</p>
<p>regards,<br />
Lars</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaushik R</title>
		<link>http://startbigthinksmall.wordpress.com/2008/04/10/dispose_correctly_with_the_using_statement/#comment-4</link>
		<dc:creator>Kaushik R</dc:creator>
		<pubDate>Sun, 20 Apr 2008 15:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://startbigthinksmall.wordpress.com/?p=3#comment-4</guid>
		<description>Hey,

Its a nice article!!

But perhaps, you may want to add a little section there, just to elaborate on the disadvantage of using the &quot;Using directive&quot; w.r.to Connection pooling while using Connection objects.

That may be useful for young developers.

Thanks,
Kaushik R</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Its a nice article!!</p>
<p>But perhaps, you may want to add a little section there, just to elaborate on the disadvantage of using the &#8220;Using directive&#8221; w.r.to Connection pooling while using Connection objects.</p>
<p>That may be useful for young developers.</p>
<p>Thanks,<br />
Kaushik R</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - April 19, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://startbigthinksmall.wordpress.com/2008/04/10/dispose_correctly_with_the_using_statement/#comment-3</link>
		<dc:creator>Dew Drop - April 19, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Sun, 20 Apr 2008 01:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://startbigthinksmall.wordpress.com/?p=3#comment-3</guid>
		<description>[...] Using the Using Statement (Lars Corneliussen) [...]</description>
		<content:encoded><![CDATA[<p>[...] Using the Using Statement (Lars Corneliussen) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Eisenberg</title>
		<link>http://startbigthinksmall.wordpress.com/2008/04/10/dispose_correctly_with_the_using_statement/#comment-2</link>
		<dc:creator>Jacob Eisenberg</dc:creator>
		<pubDate>Tue, 15 Apr 2008 11:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://startbigthinksmall.wordpress.com/?p=3#comment-2</guid>
		<description>Hey,
Thanks for the nice article!
It had reinvented my whole understanding of the using() statement - it&#039;s actually just a helper statement!

Jacob</description>
		<content:encoded><![CDATA[<p>Hey,<br />
Thanks for the nice article!<br />
It had reinvented my whole understanding of the using() statement &#8211; it&#8217;s actually just a helper statement!</p>
<p>Jacob</p>
]]></content:encoded>
	</item>
</channel>
</rss>
