Descriere YEO:
Rx.Net in Action: With Examples - Disponibil la elefant.ro
Pe YEO găsești Rx.Net in Action: With Examples de la Manning Publications, în categoria Foreign Books.
Indiferent de nevoile tale, Rx.Net in Action: With Examples in C#, Paperback/Tamir Dresher din categoria Foreign Books îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 321.99 Lei
Caracteristicile produsului Rx.Net in Action: With Examples
- Brand: Manning Publications
- Categoria: Foreign Books
- Magazin: elefant.ro
- Ultima actualizare: 21-12-2024 01:38:29
Comandă Rx.Net in Action: With Examples Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda Rx.Net in Action: With Examples de la elefant.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
Description Summary 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 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. Table of Contents PART 1 - GETTING STARTED WITH REACTIVE EXTENSIONS Reactive programming Hello, Rx Functional thinking in C# PART 2 - CORE IDEAS Creating observable sequences Creating observables from .NET asynchronous types Controlling the observer-observable relationship Controlling the observable temperature Working with basic query operators Partitioning and combining observables Working with Rx concurrency and synchronization Error handling and recovery APPENDIXES Writing asynchronous code in .NET The Rx Disposables library Testing Rx queries and operators About the author
Tamir Dresher is a senior software architect at CodeValue. A prominent member of Israel\'s Microsoft programming community,
Tamir has trained hundreds of developers to use Reactive Extensions.