<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>A Tour Through the Parallel Programming Samples for .NET 4</title><link>http://blogs.msdn.com/b/pfxteam/archive/2009/12/09/9934811.aspx</link><description>On Code Gallery, we have a plethora of samples that highlight aspects of the .NET Framework 4 that help with writing scalable and efficient parallel applications.&amp;#160; This post examines each of those samples, providing an overview of what each provides</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: A Tour Through the Parallel Programming Samples for .NET 4</title><link>http://blogs.msdn.com/b/pfxteam/archive/2009/12/09/9934811.aspx#10072729</link><pubDate>Thu, 07 Oct 2010 13:25:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10072729</guid><dc:creator>SteffenWebb</dc:creator><description>&lt;p&gt;Hi Toub.&lt;/p&gt;
&lt;p&gt;Somehow i lost the last comment. But i try again.&lt;/p&gt;
&lt;p&gt;I tried several examples with same result. But lets take the ComputePI example.&lt;/p&gt;
&lt;p&gt;Here SerialPI is faster than the parallelPI, but the ParallelPartitionerPi gives the fastest result.&lt;/p&gt;
&lt;p&gt;I run windows 7 64bit, with a dualcore processor. I also tried it on vmware, same result.&lt;/p&gt;
&lt;p&gt;Worst thing is that i tried to convince a friend of mine that parallel is the new thing, and he laughed about the results.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10072729" width="1" height="1"&gt;</description></item><item><title>re: A Tour Through the Parallel Programming Samples for .NET 4</title><link>http://blogs.msdn.com/b/pfxteam/archive/2009/12/09/9934811.aspx#10070478</link><pubDate>Fri, 01 Oct 2010 20:48:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10070478</guid><dc:creator>Stephen Toub - MSFT</dc:creator><description>&lt;p&gt;Hi Steffen-&lt;/p&gt;
&lt;p&gt;Which example(s) in particular are you seeing the serial version run faster, and what&amp;#39;s your machine configuration?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10070478" width="1" height="1"&gt;</description></item><item><title>re: A Tour Through the Parallel Programming Samples for .NET 4</title><link>http://blogs.msdn.com/b/pfxteam/archive/2009/12/09/9934811.aspx#10070258</link><pubDate>Fri, 01 Oct 2010 12:06:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10070258</guid><dc:creator>Steffen Webb</dc:creator><description>&lt;p&gt;Hi Toub.&lt;/p&gt;
&lt;p&gt;In some examples I find the serial routines to be faster than parallel.&lt;/p&gt;
&lt;p&gt;Why is that?&lt;/p&gt;
&lt;p&gt;-Steffen&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10070258" width="1" height="1"&gt;</description></item><item><title>re: A Tour Through the Parallel Programming Samples for .NET 4</title><link>http://blogs.msdn.com/b/pfxteam/archive/2009/12/09/9934811.aspx#10003173</link><pubDate>Tue, 27 Apr 2010 13:19:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10003173</guid><dc:creator>azureKirby</dc:creator><description>&lt;p&gt;Thanks (:&lt;/p&gt;
&lt;p&gt;Thats what i was doing earlier - i made a mistake - and forgot to check the Window1.xaml.cs file. My mistake there.&lt;/p&gt;
&lt;p&gt;Thanks for your assistance, and thanks for uploading these great samples! (:&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10003173" width="1" height="1"&gt;</description></item><item><title>re: A Tour Through the Parallel Programming Samples for .NET 4</title><link>http://blogs.msdn.com/b/pfxteam/archive/2009/12/09/9934811.aspx#10003169</link><pubDate>Tue, 27 Apr 2010 13:15:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10003169</guid><dc:creator>Stephen Toub - MSFT</dc:creator><description>&lt;p&gt;You should be able to at least open the relevant .cs file in Visual Studio, and if nothing else you could always open it in notepad. &amp;nbsp;Good luck!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10003169" width="1" height="1"&gt;</description></item><item><title>re: A Tour Through the Parallel Programming Samples for .NET 4</title><link>http://blogs.msdn.com/b/pfxteam/archive/2009/12/09/9934811.aspx#10003166</link><pubDate>Tue, 27 Apr 2010 13:13:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10003166</guid><dc:creator>azureKirby</dc:creator><description>&lt;p&gt;Oh i see!&lt;/p&gt;
&lt;p&gt;Well, i'll have to download the trial version to test it out then!&lt;/p&gt;
&lt;p&gt;I was trying to look at the SpellChecker Code, to see if i could understand the code behind the ideas, but i wasn't able to view any code, is there any reason why?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10003166" width="1" height="1"&gt;</description></item><item><title>re: A Tour Through the Parallel Programming Samples for .NET 4</title><link>http://blogs.msdn.com/b/pfxteam/archive/2009/12/09/9934811.aspx#10003159</link><pubDate>Tue, 27 Apr 2010 13:06:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10003159</guid><dc:creator>Stephen Toub - MSFT</dc:creator><description>&lt;p&gt;Hi Chris-&lt;/p&gt;
&lt;p&gt;Yes, these samples require Visual Studio 2010 and the .NET Framework 4.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10003159" width="1" height="1"&gt;</description></item><item><title>re: A Tour Through the Parallel Programming Samples for .NET 4</title><link>http://blogs.msdn.com/b/pfxteam/archive/2009/12/09/9934811.aspx#10003157</link><pubDate>Tue, 27 Apr 2010 13:05:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10003157</guid><dc:creator>azureKirby</dc:creator><description>&lt;p&gt;I also couldn't locate the System.Xaml dll file or Microsoft.cSharp dll either unfortunately.&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10003157" width="1" height="1"&gt;</description></item><item><title>re: A Tour Through the Parallel Programming Samples for .NET 4</title><link>http://blogs.msdn.com/b/pfxteam/archive/2009/12/09/9934811.aspx#10003151</link><pubDate>Tue, 27 Apr 2010 12:58:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10003151</guid><dc:creator>azureKirby</dc:creator><description>&lt;p&gt;Hi toub,&lt;/p&gt;
&lt;p&gt;i tried to run your SpellChecker application, but i got this error:&lt;/p&gt;
&lt;p&gt;Error	3	The referenced assembly &amp;quot;C:\Documents\TestCode\ParallelExtensionsExtras\bin\Release\ParallelExtensionsExtras.dll&amp;quot; was not found. If this assembly is produced by another one of your projects, please make sure to build that project before building this one.	SpellChecker_CSharp&lt;/p&gt;
&lt;p&gt;Im using the 2008 version of Visual Studio - is this why im encountering these issues?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10003151" width="1" height="1"&gt;</description></item><item><title>re: A Tour Through the Parallel Programming Samples for .NET 4</title><link>http://blogs.msdn.com/b/pfxteam/archive/2009/12/09/9934811.aspx#10000443</link><pubDate>Thu, 22 Apr 2010 01:49:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10000443</guid><dc:creator>Bruce S</dc:creator><description>&lt;p&gt;toub,&lt;/p&gt;
&lt;p&gt;I downloaded from the link you provided and it runs! So, no warnings. I'm not sure from where I downloaded before.&lt;/p&gt;
&lt;p&gt;Thank you. &amp;nbsp;(Now for the studying part!)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10000443" width="1" height="1"&gt;</description></item></channel></rss>