Concurrency in C# Cookbook

Download or Read eBook Concurrency in C# Cookbook PDF written by Stephen Cleary and published by "O'Reilly Media, Inc.". This book was released on 2014-05-15 with total page 205 pages. Available in PDF, EPUB and Kindle.
Concurrency in C# Cookbook
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 205
Release :
ISBN-10 : 9781491906699
ISBN-13 : 1491906693
Rating : 4/5 (99 Downloads)

Book Synopsis Concurrency in C# Cookbook by : Stephen Cleary

Book excerpt: If you're one of the many developers uncertain about concurrent and multithreaded development, this practical cookbook will change your mind. With more than 75 code-rich recipes, author Stephen Cleary demonstrates parallel processing and asynchronous programming techniques, using libraries and language features in .NET 4.5 and C# 5.0. Concurrency is becoming more common in responsive and scalable application development, but it’s been 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 the solution works, you get recipes for using: async and await for asynchronous operations Parallel programming with the Task Parallel Library The TPL Dataflow library for creating dataflow pipelines Capabilities that Reactive Extensions build on top of LINQ Unit testing with concurrent code Interop scenarios for combining concurrent approaches Immutable, threadsafe, and producer/consumer collections Cancellation support in your concurrent code Asynchronous-friendly Object-Oriented Programming Thread synchronization for accessing data


Concurrency in C# Cookbook Related Books

Concurrency in C# Cookbook
Language: en
Pages: 205
Authors: Stephen Cleary
Categories: Computers
Type: BOOK - Published: 2014-05-15 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

If you're one of the many developers uncertain about concurrent and multithreaded development, this practical cookbook will change your mind. With more than 75
Multithreading with C# Cookbook
Language: en
Pages: 264
Authors: Eugene Agafonov
Categories: Computers
Type: BOOK - Published: 2016-04-21 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Over 70 recipes to get you writing powerful and efficient multithreaded, asynchronous, and parallel programs in C# 6.0 About This Book Rewritten and updated to
C++ Concurrency in Action
Language: en
Pages: 831
Authors: Anthony Williams
Categories: Computers
Type: BOOK - Published: 2019-02-07 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

"This book should be on every C++ programmer’s desk. It’s clear, concise, and valuable." - Rob Green, Bowling Green State University This bestseller has bee
C++17 STL Cookbook
Language: en
Pages: 523
Authors: Jacek Galowicz
Categories: Computers
Type: BOOK - Published: 2017-06-28 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Over 90 recipes that leverage the powerful features of the Standard Library in C++17 About This Book Learn the latest features of C++ and how to write better co
Mastering C++ Multithreading
Language: en
Pages: 237
Authors: Maya Posch
Categories: Computers
Type: BOOK - Published: 2017-07-28 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Master multithreading and concurrent processing with C++ About This Book Delve into the fundamentals of multithreading and concurrency and find out how to imple