Bindable LINQ vs. continuous LINQ

Their are 2 problems both these packages try to solve: Lack of a CollectionChanged event and Dynamic result sets. There is one additional problem bindable solves, additional automatic event triggers. The First Problem both packages aim to solve is this: Objects returned by a LINQ query do not provide CollectionChanged events. Continuous LINQ automatically does … Read more