<?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>Random.Thinking.ToString(); &#187; Threads</title>
	<atom:link href="http://www.metah.ch/blog/tag/threads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.metah.ch/blog</link>
	<description>Ahmet Gyger&#039;s web log.</description>
	<lastBuildDate>Tue, 25 Oct 2011 18:19:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Synchronous and Asynchronous use of Delegate with C#</title>
		<link>http://www.metah.ch/blog/2010/01/synchronous-and-asynchronous-use-of-delegate-with-c-2/</link>
		<comments>http://www.metah.ch/blog/2010/01/synchronous-and-asynchronous-use-of-delegate-with-c-2/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 11:25:34 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Delegates]]></category>
		<category><![CDATA[Threads]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/2010/01/531/</guid>
		<description><![CDATA[ For developers the quality of a program can be often express in the time used to finish the computation. With current multicore processor we have to move our thinking from a serial execution to a concurrent execution. Using delegates in an asynchronous way can force the CLR to allocate multiple threads to your computation. In <a href='http://www.metah.ch/blog/2010/01/synchronous-and-asynchronous-use-of-delegate-with-c-2/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2010/01/synchronous-and-asynchronous-use-of-delegate-with-c-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

