Rx.NET in action

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

Descripción completa

Detalles Bibliográficos
Otros Autores: Dresher, Tamir, author (author), Meijer, Erik, writer of foreword (writer of foreword)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Shelter Island, New York : Manning Publications [2017]
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630108906719
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.