<?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: BackgroundWorker component</title>
	<atom:link href="http://www.mattberther.com/2006/03/04/backgroundworker-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattberther.com/2006/03/04/backgroundworker-component/</link>
	<description>Agile Manager and Occasional Code Monkey</description>
	<lastBuildDate>Sun, 21 Feb 2010 22:01:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jalil Vaidya</title>
		<link>http://www.mattberther.com/2006/03/04/backgroundworker-component/comment-page-1/#comment-985</link>
		<dc:creator>Jalil Vaidya</dc:creator>
		<pubDate>Mon, 20 Mar 2006 17:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=733#comment-985</guid>
		<description>The worker variable needs to be declared at form level. It is local to click button1_Click function and is candidate for garbage collection any time after RunWorkerAsync is called. I understand this is just a demo code to introduce this new class to your readers :-)
</description>
		<content:encoded><![CDATA[<p>The worker variable needs to be declared at form level. It is local to click button1_Click function and is candidate for garbage collection any time after RunWorkerAsync is called. I understand this is just a demo code to introduce this new class to your readers :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .Net Adventures</title>
		<link>http://www.mattberther.com/2006/03/04/backgroundworker-component/comment-page-1/#comment-984</link>
		<dc:creator>.Net Adventures</dc:creator>
		<pubDate>Sun, 12 Mar 2006 21:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=733#comment-984</guid>
		<description>At this url (http://idesign.net/idesign/DesktopDefault.aspx?tabindex=5&amp;tabid=11) you can find similar component for Net 1.1</description>
		<content:encoded><![CDATA[<p>At this url (<a href="http://idesign.net/idesign/DesktopDefault.aspx?tabindex=5&amp;tabid=11" rel="nofollow">http://idesign.net/idesign/DesktopDefault.aspx?tabindex=5&amp;tabid=11</a>) you can find similar component for Net 1.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Berther</title>
		<link>http://www.mattberther.com/2006/03/04/backgroundworker-component/comment-page-1/#comment-983</link>
		<dc:creator>Matt Berther</dc:creator>
		<pubDate>Sun, 05 Mar 2006 18:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=733#comment-983</guid>
		<description>Of course, youre right. Ive updated the sample.</description>
		<content:encoded><![CDATA[<p>Of course, youre right. Ive updated the sample.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayende Rahien</title>
		<link>http://www.mattberther.com/2006/03/04/backgroundworker-component/comment-page-1/#comment-982</link>
		<dc:creator>Ayende Rahien</dc:creator>
		<pubDate>Sun, 05 Mar 2006 05:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=733#comment-982</guid>
		<description>On button1_Click(), wouldn&#039;t calling dispose pretty much guarantee that the work will be aborted?</description>
		<content:encoded><![CDATA[<p>On button1_Click(), wouldn&#8217;t calling dispose pretty much guarantee that the work will be aborted?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
