MV Config Library

MV Software Configuration Library

MV Config Library

MV Config is a C# (and also Java but that is not included here) Library that can be used to read and write configuration / ini file data to and from files on disk for use by programs to store and retrieve settings or configuration data or indeed any name / value pair type data. As well as normal string data it also natively supports boolean and integer values.

It stores its data in XML files and supports features like attributes which greatly extends its utility. It also requires the MV XML Parser Library (included) to implement this.

It has been used extensively in the author's projects as well as a number of commercial projects and so is well sorted. However, it is now getting a bit long in the tooth and the author now tends to use the MV Share Store Library instead. Indeed Version 1.2 of this library includes support for importing MVConfig format XML files into it's own DataStore files as well as implementing the full MVConfig Library API making it a straightforward job to replace all usages of this now legacy application.

Current Status

The latest (and last) version of this Library will be made available on this site as soon as the author has time to prepare and upload it.

It is currently used by such projects as MV Version program and the MV Cloud Library but these projects will in time be migrated to use the MV Share Store Library instead.