Simple-config is an extensible, convention-based XML to C# binder, specifically designed to easily bind custom config sections without the need to write any config handlers or sections. Simply by performing a cast to the required type, SimpleConfig will perform all required mapping, without the use...
More information
Configuration Parser provides the most convenient way to read configuration files of your applications. The parser is specifically designed to easily bind custom configuration sections. All required mapping and performing casts will be made by the Configuration Parser automatically.
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration using Json.NET. It's an alternative for Microsoft.Extensions.Configuration.Binder.
Provides additional configuration specific functionality related to Options using Json.NET. It's an alternative for Microsoft.Extensions.Options.ConfigurationExtensions.
This Mousetrap extension overwrites the default bind behavior and allows you to bind multiple combinations in a single bind call.
To use this extension, all you have to do is include the javascript on your page after you include Mousetrap.
A small C# Library which allows binding (and unbinding) of global Hotkeys, even when application is not Focused/Activated or in Background (using P/Invokes)
Utils for .NET applications
+ Serializers for object to JSON and XML
+ Object Binder for NameValueCollection to Object
+ Safe converter for any object type to another object type
+ Regular Expression patterns for many string format
+ Extension methods for some actions
+ Hash utils for crypto
+ File...
More information
Bind classes to interfaces, enabling more polymorphic inheritence and extensability of code you don't own, or making using legacy code slightly more enjoyable.