January 2017
Intermediate to advanced
314 pages
6h 42m
English
Microsoft brought out software development kit (SDK) for reactive programming, which it monikers as .NET Rx. According to them, Rx extensions is a unified library for composing asynchronous and event-based programs using observable sequences and LINQ style query operations. The key aspects of their descriptions are as follows:
The sequences can be contents of a file, network socket, web service response, input streams, and so on. Microsoft gives a symbolic formula for Rx, that is, Rx = Observables + LINQ + Schedulers.
The Microsoft Rx SDK specifies some key data types, which a programmer can leverage to implement reactive ...
Read now
Unlock full access