Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damienbod/aspnetcorefeatures.toggles
ASP.NET Core and Blazor FeatureManagement
https://github.com/damienbod/aspnetcorefeatures.toggles
aspnetcore blazor featuremanagement
Last synced: 2 months ago
JSON representation
ASP.NET Core and Blazor FeatureManagement
- Host: GitHub
- URL: https://github.com/damienbod/aspnetcorefeatures.toggles
- Owner: damienbod
- License: mit
- Created: 2022-11-29T06:56:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T05:35:20.000Z (7 months ago)
- Last Synced: 2024-11-01T13:42:08.802Z (2 months ago)
- Topics: aspnetcore, blazor, featuremanagement
- Language: CSS
- Homepage: https://damienbod.com/2022/12/06/implement-feature-management-in-blazor-asp-net-core/
- Size: 583 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASP.NET Core Feature management
[![.NET](https://github.com/damienbod/AspNetCoreFeatures.Toggles/actions/workflows/dotnet.yml/badge.svg)](https://github.com/damienbod/AspNetCoreFeatures.Toggles/actions/workflows/dotnet.yml)
[Implement Feature Management in Blazor ASP.NET Core](https://damienbod.com/2022/12/06/implement-feature-management-in-blazor-asp-net-core/)
![Blazor Features](https://github.com/damienbod/AspNetCoreFeatures.Toggles/blob/main/images/featureMananagement_03.png)
## History
- 2024-06-22 Updated packages
- 2024-01-14 Improve security headers, use a nonce, updated packages
- 2023-12-02 Fix graph photo streams
- 2023-11-26 Updated .NET 8
- 2023-11-03 Updated packages, fixed security headers
- 2023-02-10 Updated to .NET 7## Links
https://dev.to/karthikchintala/the-comprehensive-guide-to-feature-management-in-aspnet-core-23d1
https://learn.microsoft.com/en-us/azure/azure-app-configuration/quickstart-feature-flag-aspnet-core?tabs=core6x
https://learn.microsoft.com/en-us/dotnet/api/microsoft.featuremanagement?view=azure-dotnet-preview
https://learn.microsoft.com/en-us/azure/azure-app-configuration/use-feature-flags-dotnet-core?tabs=core5x