PrepAway - Latest Free Exam Questions & Answers

You need to design the application to meet the requirements

You are designing an ASP.NET Web application. You have the following requirements:
– The application must be usable in partially connected scenarios.
– Data that is entered into the application offlinemust be synchronized with the server the next timethe
application is online.
You need to design the application to meet the requirements.
What should you use?

PrepAway - Latest Free Exam Questions & Answers

A.
jQuery

B.
ASP.NET AJAX

C.
WCF Data Services
D. Microsoft Silverlight

Explanation:
WCF Data Service: Service layer exposes “raw” data sources
http://jack.ukleja.com/wcf-data-services-vs-wcf-ria-services/
The Silverlight application can also run offline but only if your code works in such a way that this is allowed. By
that I mean you can work with IsolatedStorage to save some information local and use network detectionto
check for a network. If your application relies on services or files that are online you can disable working in
offline mode (but still enable out of browser).
http://blogs.msdn.com/b/katriend/archive/2009/07/10/silverlight-3-out-of-browser-applications.aspx


Leave a Reply