Home

Awesome

ObservableComputations.Samples

This solution allows you

  1. Learn ObservableComputations with simple samples.
  2. Compare ObservableComputations and DynamicData in action.

This solution is a modified version of DynamicData.Samplz. The modification consisted of replacing DynamicData with ObservableComputations. The root of this repository is the version of DynamicData.Samplz, which was the basis for the modification. Modified version is placed in ./ObservableComputations.Samples directory.

About comparison ObservableComputations and DynamicData

The programming models ObservableComputations and DynamicData have similar and different features. See details here. Therefore, the comparison is fraught with difficulties. In various samples, these difficulties are expressed to varying degrees. To a greater extent, these difficulties are expressed in "Filter An Observable" sample from DynamicData ("Add and remove items" sample from ObservableComputations). But from the point of view of the end-user, there are no differences in all the samples.