<?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: IDisposable Part 1 &#8211; Releasing Unmanaged Resources</title>
	<atom:link href="http://reedcopsey.com/2009/03/28/idisposable-part-1-releasing-unmanaged-resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://reedcopsey.com/2009/03/28/idisposable-part-1-releasing-unmanaged-resources/</link>
	<description>Thoughts on C#, WPF, .NET, and programming for Scientific Visualization</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:38:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gurunath</title>
		<link>http://reedcopsey.com/2009/03/28/idisposable-part-1-releasing-unmanaged-resources/#comment-1770</link>
		<dc:creator>Gurunath</dc:creator>
		<pubDate>Thu, 18 Aug 2011 14:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/?p=7#comment-1770</guid>
		<description>IDisposable Part 1 – Releasing Unmanaged Resources
: web page is pretty helpful to me for clearing my basics about when a memory leak can happen..with unmanaged resources</description>
		<content:encoded><![CDATA[<p>IDisposable Part 1 – Releasing Unmanaged Resources<br />
: web page is pretty helpful to me for clearing my basics about when a memory leak can happen..with unmanaged resources</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reed Copsey, Jr. : IDisposable Part 3 – Encapsulating an IDisposable class</title>
		<link>http://reedcopsey.com/2009/03/28/idisposable-part-1-releasing-unmanaged-resources/#comment-13</link>
		<dc:creator>Reed Copsey, Jr. : IDisposable Part 3 – Encapsulating an IDisposable class</dc:creator>
		<pubDate>Fri, 01 May 2009 00:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/?p=7#comment-13</guid>
		<description>[...] If we were not sealed, or if we had native resources, we would need to implement the pattern from Part 1 or Part [...]</description>
		<content:encoded><![CDATA[<p>[...] If we were not sealed, or if we had native resources, we would need to implement the pattern from Part 1 or Part [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reed Copsey, Jr. &#187; IDisposable Part 2 &#8211; Subclass from an IDisposable class</title>
		<link>http://reedcopsey.com/2009/03/28/idisposable-part-1-releasing-unmanaged-resources/#comment-2</link>
		<dc:creator>Reed Copsey, Jr. &#187; IDisposable Part 2 &#8211; Subclass from an IDisposable class</dc:creator>
		<pubDate>Sat, 04 Apr 2009 00:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/?p=7#comment-2</guid>
		<description>[...] subclassing from our IDisposable resource.&#160; We will build on our LicenseGenerator class from Part 1, extending it with some additional [...]</description>
		<content:encoded><![CDATA[<p>[...] subclassing from our IDisposable resource.&#160; We will build on our LicenseGenerator class from Part 1, extending it with some additional [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
 
