Logo

Parallel Programming with Microsoft .NET

Large book cover: Parallel Programming with Microsoft .NET

Parallel Programming with Microsoft .NET
by

Publisher: Microsoft Press
ISBN/ASIN: 0735651590
ISBN-13: 9780735651593
Number of pages: 217

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.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Introduction to .NET Framework 3.0Introduction to .NET Framework 3.0
- Wikibooks
The .NET Framework 3.0 has been created mainly as an extension of .NET 2.0. Hence, most of the features of .NET 2.0 would be workable with .NET 3.0. Migration from .NET 2.0 to .NET 3.0 is easy as it involves only the upgradation of the features.
(8708 views)
Book cover: Design and Implementation Guidelines for Web ClientsDesign and Implementation Guidelines for Web Clients
- Microsoft Press
This guide addresses specific goals of presentation layer component design. It provides code samples that enable you to use design patterns and Microsoft .NET Framework programming idioms effectively in the presentation layer of your applications.
(14050 views)
Book cover: Application Architecture for .NET: Designing Applications and ServicesApplication Architecture for .NET: Designing Applications and Services
- Microsoft Press
This book provides architecture-level and design-level guidance for application architects and developers that need to build distributed solutions with Microsoft .NET Framework. This guide assumes you are familiar with .NET component development.
(10488 views)
Book cover: Moving to Visual Studio 2010Moving to Visual Studio 2010
- Microsoft Press
This is a book that will help professional developers move from previous versions of Visual Studio. It will cover the features of Visual Studio 2010 through an application. It will go through a lot of the exciting new language features.
(8890 views)