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: 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.
(14199 views)
Book cover: ASP.NET Web Deployment using Visual StudioASP.NET Web Deployment using Visual Studio
by - Microsoft Corporation
This book shows you how to deploy an ASP.NET web application to a Windows Azure Web Site or another provider, by using Visual Studio 2012 or 2010. The sample application uses the Entity Framework, SQL Server, and the ASP.NET membership system.
(9536 views)
Book cover: .NET Framework Notes for Professionals.NET Framework Notes for Professionals
- Goalkicker.com
Table of contents: Getting started with .NET Framework; Collections; XmlSerializer; HTTP clients; Exceptions; LINQ; Networking; NuGet packaging system; Reflection; Dictionaries; HTTP servers; Settings; Task Parallel Library (TPL); Custom Types; etc.
(5649 views)
Book cover: COM and .NET InteroperabilityCOM and .NET Interoperability
by - Apress
This book covers the building blocks of the COM and .NET architectures, internal aspects of COM /.NET interoperability, teaches readers on how to build custom COM /.NET conversion tools, covers Win32 API, C DLLs from .NET applications, and more.
(11981 views)