What do you use IsolatedStorage in Silverlight for? -


I do not see lots of value for different storage, except for some images or code cached locally can do. After this, you can get only 1 MB, I do not get much value for this too. Saving the setting in different storage does not matter too much as a user can access your Silverlight application from another browser on another machine.

Plus settings store more information on the server.

What do you forget that IolatedStorage use?

I'm not sure there are other benefits but I want to see it using some examples.

1) Cache all page loading data in separate storage so that the app does not have to hit the server, if the page has to be refreshed (such as due to a popup blocker).

More info here:

2) There is a particularly good change to use cookies, if you are dealing with large data sets, use Examples include undo functionality for your app, shopping cart item, window settings, and any other settings, your app can make calls next time it loads.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -