You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/feature-management-dotnet-reference-v3.md
-25Lines changed: 0 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,31 +10,6 @@ ms.date: 05/17/2024
10
10
11
11
# .NET Feature Management V3.0.0
12
12
13
-
The .NET feature management library is open source. For more information, visit the [GitHub repo](https://github.com/microsoft/FeatureManagement-Dotnet).
Feature flags provide a way for .NET and ASP.NET Core applications to turn features on or off dynamically. Developers can use feature flags in simple use cases like conditional statements to more advanced scenarios like conditionally adding routes or MVC filters. Feature flags are built on top of the .NET Core configuration system. Any .NET Core configuration provider is capable of acting as the backbone for feature flags.
19
-
20
-
Here are some of the benefits of using this library:
21
-
22
-
* A common convention for feature management
23
-
* Low barrier-to-entry
24
-
* Built on `IConfiguration`
25
-
* Supports JSON file feature flag setup
26
-
* Feature Flag lifetime management
27
-
* Configuration values can change in real-time; feature flags can be consistent across the entire request
28
-
* Simple to Complex Scenarios Covered
29
-
* Toggle on/off features through declarative configuration file
30
-
* Dynamically evaluate state of feature based on call to server
31
-
* API extensions for ASP.NET Core and MVC framework
0 commit comments