Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Rx.NET in Action: With examples in C#

Posted By: roxul
Rx.NET in Action: With examples in C#

Tamir Dresher, "Rx.NET in Action: With examples in C#"
English | ISBN: 1617293067 | 2017 | 348 pages | PDF | 6 MB

Rx.NET in Action teaches developers how to build event-driven applications using the Reactive Extensions (Rx) library.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

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 eventsBuilding complex queries on event streamsError handling and testing Rx code
About the Reader

Readers should understand OOP concepts and be comfortable coding in C#.