Sync Framework Helper - When working with the Microsoft Sync Framework version 4, you spend a lot of time re-creating the synchronisation client code every time you make changes to your schemas. To facilitate this, I've developed a utility which takes the Entity Framework definition file (*.edmx) and uses this to automatically generate the Sync Framework definition file. Then, the utility will (optionally) also provision the required tracking tables in the SQL Server database, and generate the Silverlight client files to access and sync the data in the Local Store.
For full details, please check out my blog. This tool is released free for you to use, but if you modify or extend it, please attribute the original work to me. Thanks to Aggie Rossa for wrapping my original utility code into a nice UI. (
...download...)