properties


Confing.dll Released

puzzle-iconMultipetros.Confing.dll is an open source (MIT Licensed) .NET library with classes for easily confinguration properties manipulation.

There are three (3) classes, the SimpleIni Class, the Ini Class and the RegIni Class. The first two of them are contacting with flat text files to store the properties in the common used INI file format and the other one with the MS Windows Registry.

For more info, full documentation text, downloads and updates, see at the project’s home page at /public-projects/libraries/confing-dll/


Props.dll updated (v1.2)

The library Multipetros.Props.dll is updated to version 1.2

Multipetros.Props.dll is a minimalistic properties file manipulation library, developed at C# language, targeted .NET framework

The library is open source software and distributed under the terms & conditions of the FreeBSD License.

New features from Version 1.1:

  • Added SetPropertyEncoded method for read & decode Base64 formula encoded properties.
  • Added GetPropertyDecoded method for write properties to files, encoded with Base64 formula.
  • Added overloaded GetPropertyDecoded method with emptyStrInsteadNull parameter to select the returned value (empty string or null) in case of key not found.
  • Added overloaded GetProperty method with emptyStrInsteadNull parameter to select the returned value (empty string or null) in case of key not found.

For more info, download the library, see documentation or check out the code see at the library’s page: multipetros.gr/public-projects/props-dll/


Props.dll updated (v1.1)

The library Multipetros.Props.dll is updated to version 1.1

Multipetros.Props.dll is a minimalistic properties file manipulation library, developed at C# language, targeted .NET framework

The library is open source software and distributed under the terms & conditions of the FreeBSD License.

Changes from Version 1.0:

  • DelProperty method now returns true if done / false if key not found
  • GetProperty method becomes case insensitive in key search
  • DLL’s filename changes to be consistent with Microsoft Design Guidelines

Also, the project’s source transfered from Google Project Hosting to bitbucket

For more info, download the library, see documentation or check out the code see at the library’s page: multipetros.gr/public-projects/props-dll/