Learn how to add ASP.NET Core's feature management package by adding feature flags that can be enabled and disabled.
As well as that, you'll learn some of the filters that are included and how you can write your own custom one.
And if you use MVC, you'll learn how to use the feature tag helper so you can display content depending on whether a feature flag is enabled or not.
► Read the tutorial:
https://www.roundthecode.com/dotnet-t...
🎓 .NET tutorials, code examples and coding challenges 🎓
https://www.roundthecode.com/?utm_sou...
► Chapters
0:00 Coming up...
0:06 Configure feature management
1:00 Add feature management in Web API controller
2:54 Add a custom filter
5:10 Using the FeatureGate attribute
6:31 Change configuration key
7:05 MVC views
8:02 Add geolocation to .NET