Dynamically enabling features with Feature Flags in .NET Core 3.1
Nick Chapsas Nick Chapsas
286K subscribers
29,609 views
0

 Published On Dec 23, 2019

Become a Patreon and get source code access:   / nickchapsas  
Check out my courses: https://dometrain.com

Hello everybody I'm Nick and in this .NET tutorial we will see how we can dynamically enable feature is our .NET Core applications using Feature Flags. 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:
Follow me on GitHub: http://bit.ly/ChapsasGitHub
Follow me on Twitter: http://bit.ly/ChapsasTwitter
Connect on LinkedIn: http://bit.ly/ChapsasLinkedIn

#dotnet #dotnetcore #featureflags

show more

Share/Embed