Posts by this author

Nov 21, 2009
Post comments count0
Post likes count0

PDC09 Parallelism Session Videos Now Available

Attendees at PDC09 this past week were privy to quite a few sessions on parallel computing.  Now that the videos of these sessions are online, you can view them as well from the comfort of your own home.  Here are some of the key parallelism-related sessions from this past week:Overview  Managed code in Visual Studio 2010 ...

.NET Parallel Programming
Nov 19, 2009
Post comments count0
Post likes count0

Reactive Extensions and Parallel Extensions

It’s awesome to see the Reactive Extensions to .NET (Rx) live on the DevLabs site.  If you haven’t checked out this exciting project, we urge you to do so.  Not only is it cool and useful technology, but the download includes a back ported (and unsupported) release of Parallel Extensions for the .NET Framework 3.5 in the form ...

.NET Parallel Programming
Nov 13, 2009
Post comments count0
Post likes count0

Microsoft Biology Foundation now using Parallel Extensions

The Microsoft Biology Initiative (MBI) is a combined project in Microsoft Research focused on two components: the Microsoft Biology Foundation (MBF) and the Microsoft Biology Tools (MBT).  Both the framework and the tools are related to the areas of computation biology, genomics, and bioinformatics. MBF is a language-neutral bioinformatics too...

.NET Parallel Programming
Nov 11, 2009
Post comments count0
Post likes count0

Scaling out PLINQ: DryadLINQ at PDC09 and Supercomputing09

PLINQ enables developers to scale up computations in order to leverage the multiple cores available in modern hardware. For many problem domains, this is quite useful and sufficient. What happens, however, when a workload being processed is so big that even a manycore machine is insufficient to adequately handle the load? This can be the case with ...

.NET Parallel Programming
Nov 9, 2009
Post comments count1
Post likes count0

Patterns for Parallel Programming with the .NET Framework

I've recently written a detailed paper, "Patterns for Parallel Programming: Understanding and Applying Parallel Patterns with the .NET Framework 4", on implementing a variety of common parallel patterns with the .NET Framework 4.  The paper is now live in the Microsoft Download Center, and you can grab it from https://www.microsoft.com/do...

.NET Parallel Programming
Nov 2, 2009
Post comments count0
Post likes count0

Attending PDC09? Meet with the Parallel Computing Platform team.

Are you attending PDC09?  Want to meet with members of the Parallel Computing Platform team?  See https://blogs.msdn.com/visualizeparallel/archive/2009/11/02/the-parallel-computing-platform-team-pcd-09.aspx for more details.

.NET Parallel Programming
Nov 2, 2009
Post comments count0
Post likes count0

Samples for Parallel Programming with the .NET Framework 4 Beta 2

We've posted a whole bunch of samples on Code Gallery showcasing how to use the new parallelism support in the .NET Framework 4.  You can find them at https://code.msdn.microsoft.com/ParExtSamples.  Enjoy!

.NET Parallel Programming
Nov 1, 2009
Post comments count0
Post likes count0

Slides from Parallelism Tour

Last week, I had the privilege of touring around Tennessee, Kentucky, Ohio, and Michigan, speaking about the new parallel computing support in Visual Studio 2010 and the .NET Framework 4.  Many folks I spoke with were interested in getting a copy of the slide deck I used, so I’ve attached it to this blog post.  Enjoy! Toub_ParallelismTour...

.NET Parallel Programming
Oct 19, 2009
Post comments count0
Post likes count0

.NET 4 Beta 2 is here!

The .NET Framework 4 Beta 2 is now available! MSDN Subscribers can download it today, and it will be generally available for download on Wednesday.  More information is available at https://msdn.microsoft.com/en-us/vstudio/dd582936.aspx.  Additionally, one of the really exciting things about this Beta release is that it’s “go-...

.NET Parallel Programming
Oct 16, 2009
Post comments count0
Post likes count0

Parallel Computing at PDC09 and TechEd Europe 2009

It’s fall, and that means conference season!  In November, members of the Parallel Computing Platform team will be descending upon both PDC09 in Los Angeles and TechEd Europe 2009 in Berlin.  We’re extremely excited to see all of you there and to discuss the new support for parallel computing that’s coming in Visual Stud...

.NET Parallel Programming