M
mikeb
Just wondering if I'm missing something completely here...
The AppSettingsReader only READS information from the app.config file. MS
provided no means of writing information to that file??
Use INIs
Don't use INI's, use registry
Don't use Registry, use .config
What in the world do I use to read to and write from configurations for my
app? I never did like to use the registry - loved ini files. Happy to use
..config files, but how do we write to it? Do I have to write my own wrapper
to do this??
The AppSettingsReader only READS information from the app.config file. MS
provided no means of writing information to that file??
Use INIs
Don't use INI's, use registry
Don't use Registry, use .config
What in the world do I use to read to and write from configurations for my
app? I never did like to use the registry - loved ini files. Happy to use
..config files, but how do we write to it? Do I have to write my own wrapper
to do this??