Info
Version: | 2.3.0 |
Author(s): | Igor Buchelnikov ([email protected]) |
Last Update: | Monday, December 27, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/IgorBuchelnikov/ObservableComputations |
NuGet Url: | https://www.nuget.org/packages/ObservableComputations |
Install
Install-Package ObservableComputations
dotnet add package ObservableComputations
paket add ObservableComputations
ObservableComputations Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- System.ValueTuple(>= 4.5.0)
- System.ValueTuple(>= 4.5.0)
- System.ValueTuple(>= 4.5.0)
Tags
The computations include ones similar to LINQ (collections), the computation of arbitrary expression (scalar value), and additional features. The computations are implemented as extension methods, like LINQ ones. You can combine calls of ObservableComputations extension methods including chaining and nesting, as you do for LINQ methods. Computations in background threads, including parallel ones, as well as time-related processing of CollectionChanged and PropertyChanged events, are supported.
ObservableComputations is easy to use and powerful implementation of reactive programming paradigm. With ObservableComputations, your code will fit more to the functional style than with standard LINQ.