Sync Demos Write Up
Now that you have seen the sync services demos and hopefully enjoyed them, it is time to add some documentation on the goal of each demo and what part of the technology it highlighted along with some code annotation for the areas of interest. To do that, I dedicated a separate page for each demo on my web site.
To jump quickly to the demo that interests you the most, use the following links:
- Demo I: Offline Application - SyncAdapterBuilder shows you how to use SyncAdapterBuilder in get started quickly
- Demo II: Offline Application - TSQL+SProcs shows you how to author SyncAdapter manually using TSQL statements and stored procedures
- Demo III: Offline Application - WebService shows you how to implement sync in n-tier setup using web services
- Demo IV: Offline Application - ConflictHandling shows you how to go about conflict detection and resolution
Your feedback is always appreciated!
Update: Just to let you know, I left Microsoft to start a new company, Raveable Hotel Reviews. See examples: Romantic Hotels in Myrtle Beach , Best Hotels in Seattle , Top 10 Hotels in Miami , Kid friendly hotels in San Diego , Hotels with a kitchen or kitchenette and 5 Star Hotels in Las Vegas . Your feedback is welcome ontwitter.com/raveable, raveable blog.
Comments
Anonymous
March 02, 2007
Great work on the documentation. Pingback: http://oakleafblog.blogspot.com/2007/03/documentation-for-sql-server-ce-35-sync.html --rjAnonymous
March 02, 2007
The comment has been removedAnonymous
March 06, 2007
Rafik, It appears that the following DbDataProvider entry conflicts with <add name="SQL Server Compact Edition Data Provider" ... > and <add name="SQL Server Compact Edition Client Data Provider" ... > <!-- <add name="SQL Server CE Data Provider" invariant="Microsoft.SqlServerCe.Client" description=".NET Framework Data Provider for Microsoft SQL Server 2005 Everywhere Edition" type="Microsoft.SqlServerCe.Client.SqlCeClientFactory, Microsoft.SqlServerCe.Client, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /> --> When running Orcas March 2007 CTP under Vista without installing SQL Server 2005 Express. Thus the comment tags. See http://oakleafblog.blogspot.com/2007/03/orcas-march-ctp-on-vista-database.html and http://oakleafblog.blogspot.com/2007/03/orcas-march-2007-ctp-installation.html for more details on the problem. It's not a problem under Windows Server 2003 R2. I'll be testing Windows XP SP2 shortly. (All under Virtual Server 2005 SP1 CTP.) --rjAnonymous
March 07, 2007
The comment has been removed