
If you're one of the many developers uncertain about concurrent & multithreaded development this practical cookbook will change your mind With more than 75 code-rich recipes author Stephen Cleary demonstrates parallel processing & asynchronous programming techniques using libraries & language features in NET 45 & C 50 Concurrency is becoming more common in responsive & 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 & discussions about how & why the solution works you get recipes for using async & 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 & producerconsumer collections Cancellation support in your concurrent code Asynchronous-friendly Object-Oriented Programming Thread synchronization for accessing data