Video: Extending SQL Azure data to SQL Compact using Sync Framework 2.1

[This article was contributed by the SQL Azure team.]

This
week we will be focusing on the Sync Framework and to kick it off Liam Cavanagh
has posted a webcast entitled "Extending
SQL Azure data to SQL Compact using Sync Framework 2.1
".  In this
video he shows you how to modify the code from the original webcast to allow a
SQL Compact database to synchronize with a SQL Azure database.  In the corresponding blog
post
he includes the main code (program.cs) associated with this console
application that allows him to synchronize the Customer and Product table from
the SQL Azure AdventureWorks databases to SQL Compact.