Experimenting to learn ways of using Microsoft's FeatureManagement-Dotnet
This project was started as a .NET 7 app. On 4/27/2024 I upgraded it to .NET 8.
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.
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.