Showing results for July 2010 - .NET Parallel Programming

Jul 12, 2010
0
0

Microsoft Biology Foundation 1.0 Released

Stephen Toub - MSFT
Stephen Toub - MSFT

It's exciting to see that the Microsoft Biology Foundation 1.0 has been released!  You can read more about it here.  From MBF's Web site:"The Microsoft Biology Foundation (MBF) is a language-neutral bioinformatics toolkit built as an extension to the Microsoft .NET Framework, initially aimed at the area of Genomics research. Currentl...

Parallel Extensions.NET 4
Jul 2, 2010
0
0

Using Cancellation Support in .NET Framework 4

Igor Ostrovsky - MSFT
Igor Ostrovsky - MSFT

The .NET Framework 4 introduces a new mechanism for cancellation of operations, based on new types CancellationToken and CancellationTokenSource. This cancellation mechanism is used across the parallel programming libraries: tasks, concurrent collections, and PLINQ queries.Using Cancellation Support in .NET Framework 4, written by Mike Li...

Parallel Extensions.NET 4Coordination Data Structures
Jul 1, 2010
0
0

Are you using parallelism with .NET? We’d love to know.

Stephen Toub - MSFT
Stephen Toub - MSFT

About six months ago, we posted on this blog to ask for details on if/how you're using Parallel Extensions, and we got a great number of awesome responses... thanks!!  As that blog post has long since faded into distant memory, we're asking again :)Are you using Parallel Extensions, the parallelism support introduced with .NET 4? e.g. Parallel...