Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Dresher, Tamir (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Shelter Island, NY : Manning Publications Co., [2017]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 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