This is the sixth post in the series: Adding feature flags to an ASP.NET Core app.
- Part 1 - Introducing Microsoft.FeatureManagement
- Part 2 - Filtering action methods with feature flags
- Part 3 - Creating dynamic feature flags with feature filters
- Part 4 - Creating a custom feature filter
- Part 5 - Ensuring consistent feature flags across requests
- Part 6 - Alternatives to Microsoft.FeatureManagement (this post)