SmartReactives: a .NET library that detects when an expression changes its value

added by Mike Johnson
5/31/2016 1:46:59 PM

523 Views

SmartReactives is an extension to Rx.NET that detects when an expression changes its value and exposes these changes as an IObservable. Detecting changes in expressions is a common problem, related to user interfaces, caching, validation, and much more.


0 comments