App.config vs. .ini files
Posted
by Jakob Gade
on Stack Overflow
See other posts from Stack Overflow
or by Jakob Gade
Published on 2010-03-19T08:15:43Z
Indexed on
2010/03/19
8:21 UTC
Read the original article
Hit count: 373
I'm reviewing a .NET project, and I came across some pretty heavy usage of .ini files for configuration. I would much prefer to use app.config files instead, but before I jump in and make an issue out of this with the devs, I wonder if there are any valid reasons to favor .ini files over app.config?
© Stack Overflow or respective owner