Stories recently tagged with 'SyncLINQ'

Introducing SyncLINQ (Databinding with LINQ)(paulstovell.net)

submitted by rbanks54rbanks54(210) 4 years, 3 months ago

SyncLINQ is a set of extensions to LINQ that enable data binding over LINQ queries. SyncLINQ alters LINQ queries so that they return INotifyCollectionChanged collections, meaning that when the sources are updated, the result of the LINQ query is also updated. read more...

add a comment |category: |Views: 181

tags: another