An easy and maintainable implementation of IsolatedStorageSettings

Recently I’ve been working on a Windows Phone app that comes with a good number of settings to implement. The official examples that anyone can find online report a simple procedure. Let’s say I want to implement the UserToken setting, then I would have to do something like this: [code language=”csharp”] // Access the settings … Read more