<?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: understanding ‘using’ block in C#</title>
	<atom:link href="http://www.ruchitsurati.net/index.php/2010/07/28/understanding-%e2%80%98using%e2%80%99-block-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ruchitsurati.net/index.php/2010/07/28/understanding-%e2%80%98using%e2%80%99-block-in-c/</link>
	<description>thoughts and ideas of a .net developer</description>
	<lastBuildDate>Tue, 28 Sep 2010 17:50:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: fastal</title>
		<link>http://www.ruchitsurati.net/index.php/2010/07/28/understanding-%e2%80%98using%e2%80%99-block-in-c/comment-page-1/#comment-1408</link>
		<dc:creator>fastal</dc:creator>
		<pubDate>Tue, 28 Sep 2010 17:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruchitsurati.net/?p=422#comment-1408</guid>
		<description>I thing that, in this case, USING makes the code far more efficient.
Here&#039;s why:
-&#039;new&#039; car = a very expensive line of code
-put this inside a USING block. 
 -- since that will eventually end, what you have is a USED car.
-Therefore, a far less expensive situation.

Although, ironically, it might be less reliable.</description>
		<content:encoded><![CDATA[<p>I thing that, in this case, USING makes the code far more efficient.<br />
Here&#8217;s why:<br />
-&#8217;new&#8217; car = a very expensive line of code<br />
-put this inside a USING block.<br />
 &#8212; since that will eventually end, what you have is a USED car.<br />
-Therefore, a far less expensive situation.</p>
<p>Although, ironically, it might be less reliable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pranay rana</title>
		<link>http://www.ruchitsurati.net/index.php/2010/07/28/understanding-%e2%80%98using%e2%80%99-block-in-c/comment-page-1/#comment-532</link>
		<dc:creator>pranay rana</dc:creator>
		<pubDate>Wed, 28 Jul 2010 17:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruchitsurati.net/?p=422#comment-532</guid>
		<description>simply good one</description>
		<content:encoded><![CDATA[<p>simply good one</p>
]]></content:encoded>
	</item>
</channel>
</rss>

