What is isolated storage in silverlight?
Silverlight application will not have any access to local file system. However, we will have often requirement of storing some data in local file system. Assume, in an application we want to save some fixed data in an xml file. In these scenarios, by using isolated storage, we can store files in local system. However, we can save only small amount of size(1MB). To get more amount of space, application requires explicit permission from the user.
"IsolationStoageFile" class provides various methods to manipulate files in local system.
Read More..   [32134 clicks]
Published under: Silverlight Interview Questions and Answers · · · ·