Concurrency in C# Cookbook: Asynchronous, Parallel, and Multithreaded Programming (Paperback or Softback). Your source for quality books at reduced prices. Condition Guide. Item Availability.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
About this product
Product Identifiers
PublisherO'reilly Media, Incorporated
ISBN-10149205450X
ISBN-139781492054504
eBay Product ID (ePID)4038620102
Product Key Features
Number of Pages251 Pages
Publication NameConcurrency in C# Cookbook : Asynchronous, Parallel, and Multithreaded Programming
LanguageEnglish
SubjectProgramming Languages / C#, Programming / Object Oriented, Programming / Microsoft
Publication Year2019
TypeTextbook
AuthorStephen Cleary
Subject AreaComputers
FormatTrade Paperback
Dimensions
Item Height0.5 in
Item Weight15.9 Oz
Item Length9.1 in
Item Width7.3 in
Additional Product Features
Edition Number2
Intended AudienceScholarly & Professional
LCCN2021-301551
Dewey Edition23
Dewey Decimal005.133
SynopsisIf you're one of many developers still uncertain about concurrent and multithreaded development, this practical cookbook will change your mind. With more than 85 code-rich recipes in this updated second edition, author Stephen Cleary demonstrates parallel processing and asynchronous programming techniques using libraries and language features in .NET and C# 8.0. Concurrency is now more common in responsive and scalable application development, but it's still extremely difficult to code. The detailed solutions in this cookbook show you how modern tools raise the level of abstraction, making concurrency much easier than before. Complete with ready-to-use code and discussions about how and why solutions work, these recipes help you: Get up to speed on concurrency and async and parallel programming Use async and await for asynchronous operations Enhance your code with asynchronous streams Explore parallel programming with .NET's Task Parallel Library Create dataflow pipelines with .NET's TPL Dataflow library Understand the capabilities that System.Reactive builds on top of LINQ Utilize threadsafe and immutable collections Learn how to conduct unit testing with concurrent code Make the thread pool work for you Enable clean, cooperative cancellation Examine scenarios for combining concurrent approaches Dive into asynchronous-friendly object-oriented programming Recognize and write adapters for code using older asynchronous styles