Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 775 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 775 Bytes

FeatureManagementExperiment

Experimenting to learn ways of using Microsoft's FeatureManagement-Dotnet

.NET version

This project was started as a .NET 7 app. On 4/27/2024 I upgraded it to .NET 8.

Additional notes

In this app the feature flags are stored in the appSettings.json file. This is not a good practice for production. Instead, use Azure App Configuration.

FeatureManagement References

Tutorial: Use feature flags in an ASP.NET Core app was especially useful.

Quickstart: Add feature flags to an ASP.NET Core app is also useful.