Parallel Programming with Microsoft .NET
Parallel Programming with Microsoft .NET
by Colin Campbell, Ralph Johnson, Stephen Toub
eBook Details:
Publisher: Microsoft Press 2010
ISBN/ASIN: 0735651590
ISBN-13: 9780735651593
eBook Description:
A book that introduces .NET programmers to patterns for including parallelism in their applications. Examples of these patterns are parallel loops, parallel tasks and data aggregation with map-reduce. Each pattern has its own chapter. Each chapter includes a description of the problem, an example of where the pattern is applicable, and code that implements the solution.