Saving key-value data in app setting

193 views Asked by At

I want to use application settings for storing settings data for my application. I need save a list of some pair values string-string or int-string. I was finding out what types I can use there but there are only for selection some System.Collections.Specialized datatypes which are very obsolet and it makes code very messy. Which approach for storing a list of string-string or int-string pair values is the best?

0

There are 0 answers