<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Way2solve &#187; Background Worker</title>
	<atom:link href="http://www.way2solve.com/index.php/tag/background-worker/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.way2solve.com</link>
	<description>Online Repository of Solutions</description>
	<lastBuildDate>Sat, 03 Apr 2010 18:14:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WPF Multithreading</title>
		<link>http://www.way2solve.com/index.php/2009/04/04/wpf-multithreading/</link>
		<comments>http://www.way2solve.com/index.php/2009/04/04/wpf-multithreading/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 16:39:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[Asynchronous]]></category>
		<category><![CDATA[Background Worker]]></category>
		<category><![CDATA[BackgroundWorker]]></category>
		<category><![CDATA[BeginInvoke]]></category>
		<category><![CDATA[Delegate]]></category>
		<category><![CDATA[Dispatcher]]></category>
		<category><![CDATA[DispatcherObject]]></category>
		<category><![CDATA[DispatcherPriority]]></category>
		<category><![CDATA[MultiThreading]]></category>
		<category><![CDATA[Synchronization]]></category>
		<category><![CDATA[Theading]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Windows Forms]]></category>

		<guid isPermaLink="false">http://www.way2solve.com/index.php/2009/04/04/wpf-multithreading/</guid>
		<description><![CDATA[ 



Sometime application has to perform long-running tasks. In a typical application, tasks are processed synchronously. When one task completes, the next begins execution, and this continues in a sequential fashion.
So, what would happen to the UI while waiting for a long-running task to finish? Often the UI becomes unresponsive and may even freeze temporarily until [...]]]></description>
		<wfw:commentRss>http://www.way2solve.com/index.php/2009/04/04/wpf-multithreading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
