Hi,
Is there a way how you can persist some trivial data locally, such as personId or cartvalue so that when the app is switched off, the value can be retrieved again?
I have been playing around with Application.Current.Properties ["ProfileId"] but the value is lost once the application is closed.
Thanks
Shaun