Google News
logo
Silverlight - Interview Questions
What is isolated storage in Silverlight?
Isolated storage is a virtual file storage system in Silverlight which is used to store data in a hidden folder on your system. It stores the data in a two separate sections:
 
Section1 : It contains the administrative information like disk quota.

Section2 : It contains the actual data.

Each Silverlight application is allocated its own portion of the storage with the current quota set to be 1 MB per application.
Advertisement