Bindable LINQ: Dependencies
Posted on April 2nd, 2008 by Paul Stovell
Update: SyncLINQ has been released under the name Bindable LINQ, and is available from CodePlex
My last SyncLINQ commit introduces a working implementation of dependencies. Put simply, you can write normal looking LINQ queries like this:
listBox.ItemsSource = from c in contacts.AsBindable()
[…]
Filed under: Bindable LINQ | 8 Comments »

