Java has a class of properties that is good for storing basic configuration information, for example. the gui settings that you would like to transfer from one session to another. It saves and retrieves pairs of key values, as I recall, and is pretty easy to use. I was looking for an analogue of this in C #, but to no avail. Am I missing this?
If not, is there something above and above just saving / reading the custrom text file to save a simple application setup? (The measure "above and above" is simplicity).
java c # file persistence
John robertson
source share