Skip to content

Commit 406b49f

Browse files
update
1 parent 122d0c9 commit 406b49f

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

articles/azure-app-configuration/feature-management-dotnet-reference-v3.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,6 @@ ms.date: 05/17/2024
1010

1111
# .NET Feature Management V3.0.0
1212

13-
The .NET feature management library is open source. For more information, visit the [GitHub repo](https://github.com/microsoft/FeatureManagement-Dotnet).
14-
15-
[![Microsoft.FeatureManagement](https://img.shields.io/nuget/v/Microsoft.FeatureManagement?label=Microsoft.FeatureManagement)](https://www.nuget.org/packages/Microsoft.FeatureManagement)
16-
[![Microsoft.FeatureManagement.AspNetCore](https://img.shields.io/nuget/v/Microsoft.FeatureManagement.AspNetCore?label=Microsoft.FeatureManagement.AspNetCore)](https://www.nuget.org/packages/Microsoft.FeatureManagement.AspNetCore)
17-
18-
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
32-
* Routing
33-
* Filters
34-
* Action Attributes
35-
36-
**API Reference**: https://go.microsoft.com/fwlink/?linkid=2091700
37-
3813
## Index
3914
* [Feature Flags](#feature-flags)
4015
* [Feature Filters](#feature-filters)

0 commit comments

Comments
 (0)