Multiple choice technology web technology

Which class in silverLight is used inorder to store data locally on the user's computer ?

  1. StorageManager

  2. IsolatedStorage

  3. ConsoleManager

  4. ConfigurationStorageManager

  5. All of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

IsolatedStorage is the Silverlight API for storing data locally on the user's computer in a secure, sandboxed location. It provides a virtual file system with controlled quota. The other options (StorageManager, ConsoleManager, ConfigurationStorageManager) are not actual Silverlight classes for local storage.