David Kelley has posted about Isolated Storage and how to save name value pairs.
In its most simple form Isolated Storage allows you to save name value pairs and
retrieve them at some other time the next time your app runs. Granted we could
get into XML and text files etc but I'm going to stick with just name value
pairs.