bindable-linq

Bindable LINQ vs. continuous LINQ

风格不统一 提交于 2019-11-27 12:07:28
What are the major difference between bindable LINQ and continuous LINQ? •Bindable LINQ: www.codeplex.com/bindablelinq •Continuous LINQ: www.codeplex.com/clinq One more project was added basing on the provided feedback: •Obtics: obtics.codeplex.com 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

Bindable LINQ vs. continuous LINQ

佐手、 提交于 2019-11-26 13:07:50
问题 What are the major difference between bindable LINQ and continuous LINQ? •Bindable LINQ: www.codeplex.com/bindablelinq •Continuous LINQ: www.codeplex.com/clinq One more project was added basing on the provided feedback: •Obtics: obtics.codeplex.com 回答1: 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