Bindable LINQ: Video: GroupBy
I have just uploaded a new video demonstrating SyncLINQ. This video is only 5 minutes long, and demonstrates the support for the GroupBy LINQ extension as well as some preliminary support for PropertyChanged events.
For a high-res version of the video, you can download it from:
http://www.paulstovell.net/SyncLinq2.wmv
As mentioned before, the SyncLINQ source code is released under a BSD license. The easiest way to download it is to go to the Trac browse source view:
http://trac.paulstovell.com/browser/Projects/SyncLINQ/trunk/source
At the bottom of that page is a link to download a ZIP file containing the SyncLINQ code, along with the sample application and tests.
Filed under: Bindable LINQ


Paul, synclinq doesn’t seem to support refreshing of child data meaning if you add a child entity to a parent the UI doesn’t reflect that change. Is that true?