The IsolatedStorageSettings.Save method in Windows Phone: does it save the whole dictionary?
- 阅读更多 关于 The IsolatedStorageSettings.Save method in Windows Phone: does it save the whole dictionary?
问题 Does the IsolatedStorageSettings.Save method in a Windows Phone application save the whole dictionary regardless of the changes we made in it? I.e. if we have say 50 items in it, and change just one, does the Save method saves (serializes, etc) the whole dictionary again and again? Is there any detailed documentation on this class and does anybody know what data storage format is used "under the hood"? 回答1: I've managed to find the implementation of the IsolatedStorageSettings.Save method in