I want to store data in my WPF application. For example: the user writes his name in text box in the loading of the application. I want to show him the last name that he entered the text box, after he exists my application and restarts it.
I don't want to use a database, I want to create some kind of cookie that will saved locally on the client computer.