Loading…

Concurrency in C# cookbook : asynchronous, parallel, and multithreaded programming /

Concurrency is now more common in responsive and scalable application development, but it's still extremely difficult to code. With more than 85 code-rich recipes in this updated second edition, author Stephen Cleary demonstrates parallel processing and asynchronous programming techniques using...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Cleary, Stephen
Format: Electronic eBook
Language:Inglés
Published: Sebastopol, CA : O'Reilly Media, [2019]
Edition:Second edition.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • Concurrency : an overview
  • Async basics
  • Asynchronous streams
  • Parallel basics
  • Dataflow basics
  • System.Reactive basics
  • Testing
  • Interop
  • Collections
  • Cancellation
  • Functional-friendly OOP
  • Synchronization
  • Scheduling
  • Scenarios
  • Legacy platform support
  • Recognizing and interpreting asynchronous patterns.