Parallel Extensions for the .NET Framework 3.5 Explained...

Jeff Barnes has an excellent screencast posted on Channel9 on a new feature of .NET Framework 3.5 called Parallel Extensions. In this Architect Point of View video, Jeff talks about how easy it is to incorporate multi-core processing into your applications using the ParallelFX extensions with very little code. He also does some benchmarking to show the performance improvements on dual and quad core systems.

Technorati Tags: .NET Framework,Parallel Extensions