Showing results for April 2010 - Page 3 of 3 - .NET Parallel Programming

Apr 4, 2010
0
0

ParallelExtensionsExtras Tour – #2 – Task.ToObservable

Stephen Toub - MSFT
Stephen Toub - MSFT

(The full set of ParallelExtensionsExtras Tour posts is available here.)  In our previous ParallelExtensionsExtras tour post, we discussed a custom implementation of the LINQ operators, in particular for working with Task<TResult> instances in an asynchronous manner. There is already an impressive implementation of the LINQ ope...

Parallel ExtensionsTask Parallel Library.NET 4
Apr 4, 2010
0
0

ParallelExtensionsExtras Tour – #1 – LINQ to Tasks

Stephen Toub - MSFT
Stephen Toub - MSFT

(The full set of ParallelExtensionsExtras Tour posts is available here.) The .NET Framework developer center provides a concise description of Language Integrated Query (LINQ):LINQ is a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. It extends C# and Visual Basic with nativ...

Task Parallel Library.NET 4Code Samples
Apr 4, 2010
0
0

A Tour of ParallelExtensionsExtras

Stephen Toub - MSFT
Stephen Toub - MSFT

Throughout the development of Parallel Extensions for the .NET Framework 4, we’ve come across a myriad of situations where certain functionality would be useful in developing a particular application or library, but where that functionality isn’t quite encapsulated in the bits we’re shipping.  Sometimes this functionality is ...

Parallel Extensions.NET 4Code Samples