SyncLink - LINQ extensions for data binding

Published Sat, Oct 20 2007 6:21 | GregLow

Readify colleague Paul Stovell has been working on an extension to LINQ for a while. He's finally announced it. Paul describes it as "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.".

It's interesting work and Paul has provided a 7 minute video to show it in action as well.