Rx.NET in action

Rx.NET in Action teaches developers how to build event-driven applications using the Reactive Extensions (Rx) library. About the Technology Modern applications must react to streams of data such as user and system events, internal messages, and sensor input. Reactive Extensions (Rx) is a .NET librar...

Full description

Bibliographic Details
Main Author: Dresher, Tamir
Format: eBook
Language:English
Published: Shelter Island, NY Manning Publications Co. 2017
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Intro
  • Copyright
  • Brief Table of Contents
  • Table of Contents
  • Foreword
  • Preface
  • Acknowledgments
  • About this Book
  • About the Author
  • About the Cover Illustration
  • Part 1. Getting started with Reactive Extensions
  • Chapter 1. Reactive programming
  • Chapter 2. Hello, Rx
  • Chapter 3. Functional thinking in C#
  • Part 2. Core ideas
  • Chapter 4. Creating observable sequences
  • Chapter 5. Creating observables from .NET asynchronous types
  • Chapter 6. Controlling the observer-observable relationship
  • Chapter 7. Controlling the observable temperature
  • Chapter 8. Working with basic query operators
  • Chapter 9. Partitioning and combining observables
  • Chapter 10. Working with Rx concurrency and synchronization
  • Chapter 11. Error handling and recovery
  • Appendix A. Writing asynchronous code in .NET
  • Appendix B. The Rx Disposables library
  • Appendix C. Testing Rx queries and operators
  • Catalog of Rx operators
  • Index
  • List of Figures
  • List of Tables
  • List of Listings