Blog Logo
TAGS

R3 - A New Modern Reimplementation of Reactive Extensions for C#

Recently, R3 was released as a new implementation of Reactive Extensions for C#. It is considered the third generation of Rx, with core parts provided as a library common to .NET platforms. The transi...

Read more...

Succeeding at Reactive Architecture - Ian Cooper - NDC Oslo 2023

Succeeding at Reactive Architecture - Ian Cooper - NDC Oslo 2023

In this talk, Ian Cooper discusses the concept of reactive architectures and how reactive programming can help in building better architectures. He mentions that his interest in speaking and technolog...

Read more...

Rx.NET v6.0: Enhancing Compatibility, Trimming Support, and Many More

At the end of last month, the team behind Reactive Extensions for .NET announced the release of Rx.NET major version 6.0. The latest version of the library brings several improvements and aligns itsel...

Read more...

Reaqtor: A stateful, distributed, and scalable event processing framework based on Rx

Reaqtor is a reliable, stateful, distributed, scalable, and high performance event processing framework based on Rx. It adds state and durability primitives to Reactive Extensions to enable long-runni...

Read more...