You are developing an occasionally connected smart client used by service technicians. The application downloads a dataset when online. When the application is offline, the application must persist changes made to the dataset. When the application returns online, the application must upload local dataset changes and refresh the local dataset.

You must choose a robust solution for local data persistence and merging. Your solution should require minimal client memory.

What should you do?

 Posted by Rajkatie on 10/31/2012 | Category: ADO.NET Interview questions | Views: 3501 | Points: 40
Select from following answers:
  1. Write datasets by using XmlDataDocument when offline and merge by using TableAdapters when online
  2. Serialize datasets by using XmlSerializer when offline and merge by using TableAdapters when online.
  3. Write data to a local Microsoft SQL Server Compact 3.5 database when offline and synchronize by using Sync Services when online.
  4. All Above

Show Correct Answer


Source: Measureup.com | | Alert Moderator 

Comments or Responses

Login to post response