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
LEADER 03862nmm a2200397 u 4500
001 EB001943552
003 EBX01000000000000001106454
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781617293061 
050 4 |a QA76.76.M52 
100 1 |a Dresher, Tamir 
245 0 0 |a Rx.NET in action  |c Tamir Dresher 
260 |a Shelter Island, NY  |b Manning Publications Co.  |c 2017 
300 |a 1 volume  |b illustrations 
505 0 |a 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 
505 0 |a 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 
653 |a Logiciels d'application / Développement 
653 |a Microsoft .NET Framework 
653 |a Computer software / Development / http://id.loc.gov/authorities/subjects/sh85029535 
653 |a Computer software / Development / fast 
653 |a Application software / Development / fast 
653 |a Microsoft .NET Framework / fast 
653 |a Application software / Development / http://id.loc.gov/authorities/subjects/sh95009362 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Includes index 
776 |z 1617293067 
776 |z 9781617293061 
776 |z 1617293067 
776 |z 9781617293061 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781617293061/?ar  |x Verlag  |3 Volltext 
082 0 |a 331 
082 0 |a 005.2768 
520 |a 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 library containing more than 600 operators that you can compose together to build reactive client- and server-side applications to handle events asynchronously in a way that maximizes responsiveness, resiliency, and elasticity. About the Book Rx.NET in Action teaches developers how to build event-driven applications using the Rx library. Starting with an overview of the design and architecture of Rx-based reactive applications, you'll get hands-on with in-depth code examples to discover firsthand how to exploit the rich query capabilities that Rx provides and the Rx concurrency model that allows you to control both the asynchronicity of your code and the processing of event handlers. You'll also learn about consuming event streams, using schedulers to manage time, and working with Rx operators to filter, transform, and group events. What's Inside Introduction to Rx in C# Creating and consuming streams of data and events Building complex queries on event streams Error handling and testing Rx code About the Reader Readers should understand OOP concepts and be comfortable coding in C#. About the Author Tamir Dresher is a senior software architect at CodeValue and a prominent member of Israel's Microsoft programming community