Tagged Questions
2
votes
1answer
678 views
When should I opt for IsolatedStorage versus AppData file storage?
I've recently discovered the IsolatedStorage facilities in .net, and I'm wondering when I should use them for my application data versus when I should use (e.g.) Application.LocalUserAppDataPath.
One ...