Additional Resources for 'Zero to Hero: How to master Configurations and Feature Flags on .NET and Azure'
This page contains additional resources related to my session “Zero to Hero: How to master Configurations and Feature Flags on .NET and Azure”. π Check out my Sessionize profile! π
Configurations
- Understanding IOptions, IOptionsMonitor, and IOptionsSnapshot in .NET 7
- 3 (and more) ways to set configuration values in .NET
- ASP.NET Core Web Host
- Options pattern in ASP.NET Core
Azure App Configuration
- Azure App Configuration and .NET API: a smart and secure way to manage configurations
- Azure App Configuration documentation | Microsoft Learn
- Using Sentinels as guard values to monitor changes in the configurations
Feature Flags
- Feature Flags 101: A Guide for ASP.NET Core Developers
- How to integrate Feature Flags stored on Azure App Configuration in an ASP.NET Core Application