Hello,
I'm using Microsoft Sync framework 1.0 (without ADO.NET services)
I have created 2 custom providers: Xml provider and database provider.
The code of both providers can be seen at:
http://dl.getdropbox.com/u/204110/MyBaseSyncProvider.cs
http://dl.getdropbox.com/u/204110/MyDbSyncProvider.cs
http://dl.getdropbox.com/u/204110/MyXmlSyncProvider.cs
The next step that I want to accomplish, is to make synchronization over WCF.
As I understand there is ProviderProxy class that I may use, but unfortunately all examples that I have found on MSDN involve using Sync Services for ADO.NET. These examples typically use DbSyncProvider.
My questions is: Is it possible to implement synhronization over WCF using my custom providers (without using Sync Services for ADO.NET)?