Reactive Extensions in .NET (Manning)
Tuesday, 16 May 2017

This is a step-by-step guide with examples in C# that shows developers how to build event-driven applications using the Rx library. Tamir Dresher first provides an overview of the design and architecture of Rx-based reactive applications before looking at the rich query capabilities that Rx provides and the Rx concurrency model that allows developers to control asynchronicity of code and processing of event handlers.

<ASIN:1617293067>

Reactive Extensions (Rx) is a .NET library that abstracts away the sources of events and provides tools to effectively manage concerns like concurrency, scalability, error handling, and performance.

The book also discusses consuming event streams, using schedulers to manage time, and working with Rx operators to filter, transform, and group events. Readers new to Rx will be able to learn from the ground up and those using Rx will get a deeper look at how to use Rx in existing Reactive applications.

Author: Tamir Dresher
Publisher: Manning Publications
Date: December 2016
Pages: 375
ISBN: 978-1617293061
Print: 1617293067
Audience: Rx developers
Level: Intermediate
Category: Other Languages

 

rxnet

 

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Banner
 


Functional Programming in C#, 2nd Ed (Manning)

Author: Enrico Buonanno
Publisher: Manning
Date: February 2022
Pages: 448
ISBN: 978-1617299827
Print: 1617299820
Kindle: B09P1Z2PPB
Audience: C# developers
Rating: 5
Reviewer: Mike James
Is C# a good language for functional programming?



Software Architecture In Practice

Author: Len Bass, Dr. Paul Clements and Rick Kazman
Publisher: Addison-Wesley Professional
Pages: 464
ISBN: 978-0136886099
Print: 0136886094
Kindle: B094CPJ96B
Audience: Software architects
Rating: 4.5
Reviewer: Kay Ewbank

This is the fourth edition of a book widely regarded as a classic since its firs [ ... ]


More Reviews