filmov
tv
Using custom Feature Flag filters in .NET Core 3.1
![preview_player](https://i.ytimg.com/vi/iTm5WVvNjWc/maxresdefault.jpg)
Показать описание
Hello everybody I'm Nick and in this .NET tutorial we will see how use the build in custom filters of the FeatureManagement package but also how we can write our own custom ones. Feature Flags, also known as Feature Toggles, is a technique in software development that attempts to provide an alternative to maintaining multiple source-code branches (known as feature branches), such that a feature can be tested even before it is completed and ready for release. Feature toggle is used to hide, enable or disable the feature during run time. For example, during the development process, a developer can enable the feature for testing and disable it for other users.
Don't forget to comment, like and subscribe :)
Social Media:
#dotnet #dotnetcore #featureflags