https://github.com/teociaps/featuremanagement.database
Easily manage feature flags in .NET and ASP.NET Core apps using your database.
https://github.com/teociaps/featuremanagement.database
aspnetcore csharp database dotnet extension feature-flags featuremanagement
Last synced: 10 months ago
JSON representation
Easily manage feature flags in .NET and ASP.NET Core apps using your database.
- Host: GitHub
- URL: https://github.com/teociaps/featuremanagement.database
- Owner: teociaps
- License: mit
- Created: 2024-01-07T00:02:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T19:40:59.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T23:05:15.702Z (over 1 year ago)
- Topics: aspnetcore, csharp, database, dotnet, extension, feature-flags, featuremanagement
- Language: C#
- Homepage:
- Size: 329 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
#
.NET Database Feature Management
[](https://github.com/teociaps/FeatureManagement.Database/actions/workflows/build.yml)
[](https://github.com/teociaps/FeatureManagement.Database/actions/workflows/test.yml)
**.NET Feature Management Database** extends [Feature Management] for retrieving feature definitions from various databases.
It includes abstractions and default implementations to facilitate easy integration with your .NET applications.
**For detailed documentation, please visit the [Wiki](https://github.com/teociaps/FeatureManagement.Database/wiki).**
The Wiki contains comprehensive information on the following topics:
* **[Packages](https://github.com/teociaps/FeatureManagement.Database/wiki/Packages)**: Overview of the available NuGet packages.
* **[Getting Started](https://github.com/teociaps/FeatureManagement.Database/wiki/Getting-Started)**: Instructions on how to begin using the library.
* **[Consumption](https://github.com/teociaps/FeatureManagement.Database/wiki/Consumption)**: Details on how to use feature flags in your application.
* **Database Providers**:
* **[Entity Framework Core](https://github.com/teociaps/FeatureManagement.Database/wiki/Entity-Framework-Core-Database-Provider)**
* **[Dapper](https://github.com/teociaps/FeatureManagement.Database/wiki/Dapper-Database-Provider)**
* **[MongoDB](https://github.com/teociaps/FeatureManagement.Database/wiki/MongoDB-Database-Provider)**
* **[NHibernate](https://github.com/teociaps/FeatureManagement.Database/wiki/NHibernate-Database-Provider)**
* **[Cosmos DB](https://github.com/teociaps/FeatureManagement.Database/wiki/CosmosDB-Database-Provider)**
* **[Releases](https://github.com/teociaps/FeatureManagement.Database/wiki/Release-History)**: List of releases.
## Contributing
Please see [Contribution Guidelines](CONTRIBUTING.md) for more information.
[Feature Management]: https://github.com/microsoft/FeatureManagement-Dotnet