For years I've been using SQL Server merge replication to replicate a SQL Server with several SQL Server Compact databases that I've had, always having it in the back of my mind that I should probably upgrade/switch to the Microsoft Sync Framework instead.
I decided to start looking into it today, and it looks like it's code hasn't really been updated since 2010 : http://services.community.microsoft.com/feeds/feed/sync_downloads.
Is there a newer, more preferred method out there now, to synchronize data between a full-blown SQL Server and multiple SQL Server Compact databases? The closest I can find right now is SQL Data Sync, but that is for Azure it seems, and I'm not ready for that yet.