I am trying to implement Offline capability in WPF application. After research, I came across Microsoft Sync Framework v2.1 was last released in 2010 which is now in extended support. I cannot find any successor API solution from Microsoft to support data
synchronization in Offline scenarios. My WPF application has access to localdb and communicates to service tier which is using SQL Server Azure as an underlying data source. I need some guidance if there is an alternative available to synchronize Offline
data from Microsoft Express localdb (not SQL Server Compact) via Web Services.
Edited byFurqan.SafdarSaturday, April 28, 2018 5:46 PM