I am making an application where I think the best way to store the state of the application is to have Key and Value pairs.
I am unsure whether to save this data in the FILE within isolated storage OR to save it as an App Setting as that is already set-up to be key value pairs.
What is the best way to go about this?