Featurify is a package that provides the ability to selectively show features without the need for a new release. It specifically targets user specific features and leverages the DI framework to identify the metada and the user, instead of using application settings.
Featurify.Contracts provides all the necessary interfaces required to define classes required while adding the Featurify package for implementing user specific feature toggles
This provides a converter library that converts configuration value to enum or list.
It is a consolidated version of:
- https://www.nuget.org/packages/Aliencube.CaseInsensitiveEnumConverter
- https://www.nuget.org/packages/Aliencube.CommaDelimitedListConverter
If you want to find an individual...
More information
An abstraction layer for adding feature toggles to a .NET application independent of a particular provider that emphasizes clean and flexible custom feature toggles for your application.
The framework Enumerations provides a solid baseline of features emulating a Java style enumeration structure for .NET. Simple Ordinal based Enumerations are supported, as are more complex Flags-like Bitwise Enumerations.
.Net Pow! Flags country flag icons/images css library and css flag library generation project. Generate your own flag library based on your projects needs using Iso country codes, Iso language codes, country names with sizes to suite your needs. Includes our Material Design Icons c# library we use...
More information