I'm looking for a way to have an external file (resources, resx, assembly, config, xml, etc) editable by a user of my application.
These would mostly contains strings of text related to database field names and the like.
Preferably, something with an already existing free editor. I wouldn't mind doing an app for this if needed though.
Does someone know of a preferred way to achieve this in the .net world?
Update
I'm not looking to persist application settings.