
Configuration - .NET | Microsoft Learn
Oct 9, 2024 · Learn how to use the Configuration API to configure .NET applications. Explore various inbuilt configuration providers.
Configuration in ASP.NET Core | Microsoft Learn
Jun 28, 2025 · Learn how to use the Configuration API to configure AppSettings in an ASP.NET Core app.
Options pattern in ASP.NET Core | Microsoft Learn
Apr 20, 2025 · Discover how to use the options pattern to represent groups of related settings in ASP.NET Core apps.
Configuration providers - .NET | Microsoft Learn
Dec 16, 2024 · Discover how to configure .NET apps using the configuration provider API and the available configuration providers.
Logging in .NET and ASP.NET Core | Microsoft Learn
Sep 18, 2024 · For information on using other configuration sources, including the command line, Azure Key Vault, Azure App Configuration, other file formats, and more, see Configuration in …
Implement a custom configuration provider - .NET
Oct 20, 2025 · Learn how to implement a custom configuration provider in .NET apps. Explore a database configuration provider that uses Entity Framework Core.
.NET Runtime config options - .NET | Microsoft Learn
2 days ago · Implement feature flags in a cloud-native ASP.NET Core microservices app - Training This module guides you through implementing a feature flag in an ASP.NET Core …
Creating and Configuring a Model - EF Core | Microsoft Learn
Mar 28, 2023 · Overview of creating and configuring a Entity Framework Core model via Fluent API, Data Annotations and conventions.
Options pattern - .NET | Microsoft Learn
Oct 22, 2025 · Learn the options pattern to represent groups of related settings in .NET apps. The options pattern uses classes to provide strongly-typed access to settings.
ASP.NET Core runtime environments | Microsoft Learn
Sep 19, 2025 · Learn how to set and control app behavior across runtime environments in ASP.NET Core apps.