Parallel Programming with Microsoft® Visual Studio® 2010 Step by Step
Author:Donis Marshall [Donis Marshall]
Language: eng
Format: epub
Tags: COMPUTERS / Programming / Parallel
ISBN: 9780735662612
Publisher: Microsoft Press
Published: 2011-07-17T16:00:00+00:00
Quick Reference
To
Do this
Convert a LINQ query to PLINQ
Add the AsParallel clause.
Run a segment of a PLINQ query sequentially
Use the AsSequential clause.
Parallelize multiple streams of the PLINQ query
Use ParallelQuery<TSource>.ForAll to execute the various streams in parallel.
Set the buffered state for handling the results of a PLINQ query
Use WithMergeOption.Buffered, WithMergeOption.FullyBuffered, or WithMergeOption.AutoBuffered.
Create ordered results
Use the AsOrdered clause.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Adobe Camera Raw For Digital Photographers Only by Rob Sheppard(16907)
The Mikado Method by Ola Ellnestam Daniel Brolund(14424)
Hello! Python by Anthony Briggs(14165)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(13066)
Dependency Injection in .NET by Mark Seemann(13048)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(11781)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(11685)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(11383)
Grails in Action by Glen Smith Peter Ledbrook(10985)
A Developer's Guide to Building Resilient Cloud Applications with Azure by Hamida Rebai Trabelsi(10551)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(10141)
Kotlin in Action by Dmitry Jemerov(10139)
Hit Refresh by Satya Nadella(9040)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(8948)
Secrets of the JavaScript Ninja by John Resig & Bear Bibeault(8505)
The Kubernetes Operator Framework Book by Michael Dame(8498)
Exploring Deepfakes by Bryan Lyon and Matt Tora(8317)
Robo-Advisor with Python by Aki Ranin(8268)
Practical Computer Architecture with Python and ARM by Alan Clements(8242)