kbegiedza / kbegiedza.github.io

http://blog.kbegiedza.eu/
1 stars 0 forks source link

feature-management-in-dotnet-core #39

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Feature toggle management in .NET Core

Give your application ability to switch behaviour in seconds using official package.

https://blog.kbegiedza.eu/feature-management-in-dotnet-core

Elaynne commented 1 year ago

If I have to deploy the app when I wanna change the behavior, it is not good as Azure feature flag.

kbegiedza commented 1 year ago

That's true, but you can easily utilize Microsoft.FeatureManagement with Azure App Configuration or any other IConfiguration. I'll prepare & link some resources for that too, thanks for idea!