How can I create Offline/Cached Mode Applications for SQL Azure Database?
Using the Visual Studio tooling provided for SQL Azure Data Sync you can create applications that cache data locally in SQL Server Compact. Cached mode applications provide the benefits of lower latency and higher availability for client applications as well as lower network utilization and the better ability to schedule work on servers. These aspects can become particularly important when working with applications on the internet.