I am in early beginning of learning and deploying Win App using C#,
Now I wanna try to build sample application with sample store configure settings inside, I want to application remember the users selection of three or four folders with other specific information, as sharing name, and other two or three values for describing selected folders
I am trying to do that in scholar way using app.config and Custom Configuration Sections but It is all much confusing to me, Making class for each element and more I read more I do not know how I cloud do it.
Now I wondering is there other ways to WinApp store config data and to that still be in one nice and accepted ways, I looked at INI files but it seems to me like an old app and I considering, Can I just open app.config as XmlDocument and than use Xpath to read and write my values. Or to I just put XML in working folder, But I now using app.conifg to store connection strings.