Dynamically enabling features with Feature Flags in .NET Core 3.1

Dynamically enabling features with Feature Flags in .NET Core 3.1

Nick Chapsas

4 года назад

29,719 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Chenthil Kumar
Chenthil Kumar - 19.07.2023 07:00

How to manage feature flag in DB. Nowadays even appsettings are deployed through deployment pipeline. Is there any build in UI for managing feature flags similar to SwaggerUI

Ответить
Peter Trägårdh
Peter Trägårdh - 17.03.2023 15:09

Feature flags and breaking database changes. This is something nobody talks about. Is this a subject for you?

Ответить
Mo
Mo - 31.05.2022 16:33

Great video, but it would be nice with a database version.

Ответить
Rohit
Rohit - 24.01.2022 13:59

How are the changes getting reflected without re-compiling or re-building the Solution ?

Ответить
Alexandro Lopes
Alexandro Lopes - 23.11.2021 17:11

Can i use this with configuration in a database?

Ответить
Emil Simonyan
Emil Simonyan - 03.07.2021 15:04

Great, thanks for video

Ответить
James K
James K - 12.06.2021 19:50

👍🏽

Ответить
Jinal Patel
Jinal Patel - 25.05.2021 06:34

Nice explanation. It is good solution provided use with care otherwise there may be chances too many branches in code and also dependency between feature is question. Like in order to feature 2 to work feature 1 must be available.

Ответить
Doorway
Doorway - 22.02.2021 22:50

How well would this work for a Xamarin application?

Ответить
nedbog
nedbog - 14.02.2021 12:41

Nick, how do you obfuscate these configs, not to be altered by clients, so they can get a new feature for free?

Ответить
Hachapuri
Hachapuri - 07.12.2020 04:07

What is the difference between using this "Feature Flags" and the typical Options pattern

Ответить
NOTNA
NOTNA - 17.09.2020 15:50

Great content, great video. 11/10

Ответить
Renato Cesar Ribeiro
Renato Cesar Ribeiro - 25.08.2020 17:49

Nick Chapsas, você é muito bom mesmo, aprendo muito com seus videos.

Ответить
Imtiaz Dahar
Imtiaz Dahar - 05.08.2020 16:20

these features are still hard coded. i want to make them dynamic so i can turn on and off them from database (table).
Would you like to make a video for dynamic feature toggle.

Ответить
Imtiaz Ahmed Dahar
Imtiaz Ahmed Dahar - 17.07.2020 18:09

I like it but there is still hard coding features, there must be any option so we can add update or remove dynamically, like we do with users

Ответить
Mohan M
Mohan M - 25.06.2020 02:17

what if i want to modify the value dynamically without deploying app again ?

Ответить
John Nguyen
John Nguyen - 20.05.2020 10:28

I search "microsoft.featuremanage" in nuget packaged management window but cannot see the one you used in the tutorial. Can anyone tell me how to find it out? Thanks

Ответить
Pankaj Nikam
Pankaj Nikam - 16.05.2020 17:07

Can we target features based on customer level like if the customer is premium, then we show certain features and if the customer is not, we hide it?

Ответить
David
David - 30.03.2020 05:39

But if you creating a Software as a service that means that your user could just turn the features on and off that's a big security risk, what is advance over this to storing bits in the database least that is more secure true its nice it gives you a method but you could always do that urserlf in code.

Ответить
damian walczak
damian walczak - 24.12.2019 23:55

what IDE are you using

Ответить
Shreyas Jejurkar
Shreyas Jejurkar - 23.12.2019 20:44

You are noiceeeee!

Ответить
Tarik Alkathiri
Tarik Alkathiri - 23.12.2019 16:36

Great!
Thank you very much.

Ответить
Dung Nguyen
Dung Nguyen - 23.12.2019 16:18

thanks you

Ответить
teriyakov
teriyakov - 23.12.2019 14:12

Thanks for the thorough video but this functionality can be achieved without a nugget package. Why would you use this instead of the standard way (drive feature functionality from a flag set in appsettings/database/ arbitrary condition in the back end)?

Ответить