Microsoft
70-355 · Question #59
You need to recommend a caching strategy for the data used by the CityOperations table. The solution must ensure that cached data is accessible even if there is no Internet connection. Which caching…
The correct answer is D. Use the ApplicationData.Current.LocalFolder property. See the full explanation below for the reasoning.
Question
You need to recommend a caching strategy for the data used by the CityOperations table. The solution must ensure that cached data is accessible even if there is no Internet connection.
Which caching strategy should you recommend?
Options
- AUse the Windows.Storage.ApplicationData.Current.RoamingFolder property.
- BUse the HTTPCache control and set the Duration property.
- CUse the Application.Resources.MergedDictionaries property.
- DUse the ApplicationData.Current.LocalFolder property.
How the community answered
(27 responses)- A7% (2)
- B15% (4)
- C4% (1)
- D74% (20)
Community Discussion
No community discussion yet for this question.