Hi everybody, i am trying to create a sync scenario with N-Tier using WCF service. The server is with SQL Server 2008 and the client with SQL 2008 also. I need to sync 5 tables using a WCF Service and Sync Framework 2.1. I have read the documentation but
it is confused for me.
I have read this:
http://msdn.microsoft.com/en-us/library/bb902831.aspx
Also i have check the example that comes with Sync Framework 2.1 (WebSharingAppDemo-SqlProviderEndToEnd project):
http://code.msdn.microsoft.com/Database-SyncSQL-Server-e97d1208
But still i don't get it. Is there any tutorial or step-by-step manual in order to create a N-Tier scenario?
Thanks in advance.