Home > Uncategorized > Working with INI files in C#

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:

  1. Open Source API for working with Excel in C# Here is a nice open source class to work with...
  2. Working with SSRS 2005 Recently asked to replace Crystal Reporting Services with SQL Server...

Uncategorized

  1. No comments yet.
  1. No trackbacks yet.