On .NET Live - Modernizing Rx.NET

5,602
0
Published 2023-07-17
Reactive Extensions for .NET (Rx.NET) is a library for event-driven programming with a composable, declarative model. In this week's episode, community MVP Ian Griffiths visits to show us the latest developments on this popular .NET project.

Chapters:
00:00 Countdown
03:04 Welcome to On .NET Live
03:48 Intro Ian Griffiths
05:00 What is Rx.NET and how is it used
22:25 Demo
40:00 ReactiveUI
01:00:27 Wrap

Resource links:
Intro to RX introtorx.com/
Reaqtor reaqtive.net/
IObservableT Interface aka.ms/IobservableT
Polyglot Notebooks in VS Code aka.ms/VSCode/PolyglotNotebooks

Featuring: Ian Griffiths (@idg10), David Pine (@davidpine7), Cecil Phillip (@CecilPhillip), Maira Wenzel

#rx #reactive-extensions

All Comments (10)
  • @osman3404
    OMG. This is BEST talk on Rx I've seen in Loooong time, actually since the Ch9 Eric videos ;) PLEASE PLEASE, we need a regualr show for Ian Griffith dedicated to Rx. MS PLEASE make it happen
  • @kkleeberger
    We have been using RX in many applications for years. Not only for UI but also for high performance data processing. The most underestimated technology. We love it. ❤
  • @AlexDresko
    Been trying to understand Reactive since forever.. I'm hoping this rebirth makes that easier.
  • @dmzone64
    How does this work along MVVM community toolkit that also has observables?