Bindable LINQ vs. continuous LINQ

后端 未结 6 1219
迷失自我
迷失自我 2020-12-01 05:32

What are the major difference between bindable LINQ and continuous LINQ?

•Bindable LINQ: www.codeplex.com/bindablelinq

•Continuous LINQ: www.codeplex.com/cli

6条回答
  •  离开以前
    2020-12-01 06:04

    Another thing to keep in mind, although BindableLinq requires the ".AsBindable()" call in the LINQ statement, CLINQ requires that you use ContinuousCollection instead of ObservableCollection. After looking at both briefly, I think I'm going to go with bindable LINQ.

提交回复
热议问题