Is there any class in the .NET framework that can read/write standard .ini files:
[Section]
=
...
Delphi has th
The creators of the .NET framework want you to use XML-based config files, rather than INI files. So no, there is no built-in mechanism for reading them.
There are third party solutions available, though.