<?xml version="1.0"?>
<?xml-stylesheet href="/App_Themes/Rss/Rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:snippetcenter="http://www.snippetcenter.org/">
<channel>
	<title>snippetcenter.org Comment Feed Das Using-Statement in C#</title>
	<link>http://www.snippetcenter.org/</link>
	<description>The newest Comments for Das Using-Statement in C#</description>
	<language>en-us</language>
	<copyright>snippetcenter.org</copyright>
	<generator>Advice: This is a RSS Document for reading in your RSS-Reader. Click here for mor informations.</generator>

	<image>
		<url>http://www.snippetcenter.org/Library/Media/Public/button_88x31.png</url>
		<title>snippetcenter.org</title>
		<link>http://www.snippetcenter.org/</link>
		<width>88</width>
		<height>31</height>
	</image>
	
	<item>
     <title><![CDATA[Kommentar von Thomas]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/das-using-statement-in-c-s60.aspx]]></guid>
     <pubDate>Mon, 01 May 2006 22:03:19 GMT</pubDate>
     <description><![CDATA[Hallo,

using() {} wird vom Compiler intern in ein try/catch/finally umgesetzt. Man spart sich somit also nicht nur Tipparbeit, sondern erhält auch 100%ige Gewissheit, dass die Connection geschlossen wird.

Gruß, Thomas]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/das-using-statement-in-c-s60.aspx]]></link>
</item>

<item>
     <title><![CDATA[Kommentar von progrookie]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/en/das-using-statement-in-c-s60.aspx]]></guid>
     <pubDate>Mon, 01 May 2006 21:59:49 GMT</pubDate>
     <description><![CDATA[wäre es nicht besser über try-catch-finally den status der connection zu ermitteln und dann darauf zu reagieren?]]></description>
     <link><![CDATA[http://www.snippetcenter.org/en/das-using-statement-in-c-s60.aspx]]></link>
</item>



</channel>
</rss>
