Bindable LINQ
-
Guys, Paul Stovell wrote this fantastic library where you can use LINQ to write a normal query and then just add a AsBindable() call to get a bindable LINQ query that listens to change events and refreshes itself whenever relevant data objects change... I highly recommend to check this out: http://www.codeplex.com/bindablelinq[^]
Listen to the toad! www.dotnettoad.com[^]
-
Guys, Paul Stovell wrote this fantastic library where you can use LINQ to write a normal query and then just add a AsBindable() call to get a bindable LINQ query that listens to change events and refreshes itself whenever relevant data objects change... I highly recommend to check this out: http://www.codeplex.com/bindablelinq[^]
Listen to the toad! www.dotnettoad.com[^]
Very nice. Thanks for the link (no pun intended).
Deja View - the feeling that you've seen this post before.