I read a lot of statements like "you should not clutter your app.config file with user settings." However, I got the impression that this was exactly the purpose of the file?
Is this really a preference? Or are there any real benefits (other than sharing settings) with a custom XML file, as indicated in the app.config file? If you need to explicitly specify parameters, is it better to use a custom ConfigurationSection instead of choosing a custom XML file?
I would like other people to think about it.
application-settings app-config
James Oct. 14 '09 at 12:18 2009-10-14 12:18
source share