Showing results for Task Parallel Library - .NET Parallel Programming

Dec 12, 2007
0
0

Another Parallel Extensions screencast

Stephen Toub - MSFT
Stephen Toub - MSFT

Daniel Moth is on a roll.  Two weeks ago he created three great overview screencasts for Parallel Extensions to the .NET Framework.  Today, he released a fourth video, covering the Task and TaskManager classes.  Thanks, Daniel!  We'll get this added to the MSDN Parallel Computing developer center soon, but in the meantime, head ...

Parallel ExtensionsTask Parallel LibraryMSDN
Dec 10, 2007
0
0

Code Snippets for Parallel.For and Parallel.ForEach

Stephen Toub - MSFT
Stephen Toub - MSFT

Introduced in Visual Studio 2005, Code Snippets allow you to quickly insert reusable blocks of code into your project.  For example, if you want to quickly write a for loop in C#, you can simply type "for" into your code file, and IntelliSense shows you the "for" code snippet: Now you press the tab key twice, and Visual Studio...

Parallel ExtensionsTask Parallel LibraryCode Samples
Nov 29, 2007
0
0

Task Parallel Library changes since the MSDN Magazine article

Stephen Toub - MSFT
Stephen Toub - MSFT

Back in the October 2007 issue of MSDN Magazine, we published an article on the beginning stages of what has become the Task Parallel Library (TPL) that's part of the Parallel Extensions to the .NET Framework.  While the core of the library and the principles behind it have remained the same, as with any piece of software in the early ...

Parallel ExtensionsTask Parallel LibraryCode Samples
Nov 29, 2007
0
0

Welcome to the Parallel Extensions team blog!

Stephen Toub - MSFT
Stephen Toub - MSFT

Software is headed for a fundamental change.  Over the last 30 years, developers have relied on exponential growth in computing power in order to dream big.  Your cool new application is too slow today?  No problem, just wait two years and everyone will have computers that run twice as fast.  But as Herb Sutter wrote, “the...

Parallel ExtensionsTask Parallel LibraryPLINQ