Vyvojari blog
  • Home
  • Blogy
  • Social

Reactive Extensions

A collection of 2 posts
Reactive Exensions: Auto-unsubscribing observables
C#

Reactive Exensions: Auto-unsubscribing observables

đź’ˇDisposing subscription is mostly an antipattern. RX have completion of observables. In .NET we are used to manually dispose anything IDisposable. IObservable<T>.Subscribe(..) method returns IDisposable, so we should dispose it to unsubscribe from underlying source and avoid possible memory leak, right? Wrong. class MyComponent(IObservable<
21 Mar 2025 2 min read
Blazor - Take advantage of System.Reactive aka Observables
Blazor

Blazor - Take advantage of System.Reactive aka Observables

`
01 Nov 2020 6 min read
Page 1 of 1
Vyvojari blog © 2025
Powered by Ghost