Select from following answers:- Write datasets by using XmlDataDocument when offline and merge by using TableAdapters when online
- Serialize datasets by using XmlSerializer when offline and merge by using TableAdapters when online.
- Write data to a local Microsoft SQL Server Compact 3.5 database when offline and synchronize by using Sync Services when online.

- All Above
Sync Services for ADO.NET 2.0 lets you synchronize data from different sources over two-tier, N-tier, and service-based architectures. The Sync Services application programming interface for client and server synchronization provides a set of components to synchronize data between data services and a local store, instead of only replicating a database and its schema. Sync Services provides a robust solution without requiring heterogeneous databases.
Show Correct Answer
Source: Measureup.com | |
Alert Moderator