Which two actions should you recommend?

You are designing a .NET Framework 4 solution. The solution contains a Windows
Presentation Foundation (WPF) application and a Windows Communication Foundation
(WCF) Web service. The WPF application uses the WCF Web service to store data in a
Microsoft SQL Server 2008 database. You have the following requirements: Ensure that the
WPF application functions while users’computers are offline. Minimize the time spent
sending data to the WCF Web service. Minimize disk space requirements for data storage.
You need to recommend an approach for synchronizing data between the WPF application
and the database. Which two actions should you recommend? (Each correct answer
presents part of the solution. Choose two.)

You are designing a .NET Framework 4 solution. The solution contains a Windows
Presentation Foundation (WPF) application and a Windows Communication Foundation
(WCF) Web service. The WPF application uses the WCF Web service to store data in a
Microsoft SQL Server 2008 database. You have the following requirements: Ensure that the
WPF application functions while users’computers are offline. Minimize the time spent
sending data to the WCF Web service. Minimize disk space requirements for data storage.
You need to recommend an approach for synchronizing data between the WPF application
and the database. Which two actions should you recommend? (Each correct answer
presents part of the solution. Choose two.)

A.
Create a local caching solution that periodically checks for Internet connectivity, uses
local memory, and batches changes to the WCF Web service.

B.
Create a local caching solution that periodically checks for Internet connectivity and
writes directly to the local data store and to the WCF Web service.

C.
Store data in custom business objects. Serialize data locally by using custom
serialization.

D.
Store data in DataSet objects. Serialize data locally by using XML serialization.



Leave a Reply 0

Your email address will not be published. Required fields are marked *