Working with INI files in C#
October 18th, 2011
After reading several articles online about using the native functions in windows for working with INI files via Kernel32 I decided to write my own class that does not require COM and thus does not incurr the performance and memory characteristics of a com wrapper in C#.
Enjoy
Download
Related posts:
- Open Source API for working with Excel in C# Here is a nice open source class to work with...
- Working with SSRS 2005 Recently asked to replace Crystal Reporting Services with SQL Server...



