Skip to main content

Command Palette

Search for a command to run...

.NET Configuration In Depth | .NET Conf 2023

Updated
1 min read
.NET Configuration In Depth | .NET Conf 2023
İ

An agile-minded senior developer with a proven track record spanning over 15 years of developing innovative end-to-end business solutions. Have experience in architecture, development, test, UX, and team lead. Designed, led, developed, and released solutions for different areas including eLearning, law, telecommunication, travel&tourism, insurance, and fraud detection. Focus on clean architecture, clean code, and satisfied customers. Tech stack is mainly full-stack development in the .NET ecosystem and Azure.

This is my notes for the .NET Configuration In Depth | .NET Conf 2023

What is Configuration

  • Settings

    • Retry Times

    • Queue Length

  • Feature Flags

    • Per User

    • Percentage

  • Secrets

    • Connection String

When the Configuration is Applied

  • Compile Time

  • Run Time

Options Pattern

Github Repo: https://github.com/ibrahimuludag/aspnetcore-configuration

Reference

https://www.youtube.com/watch?v=aOXaBZFB0-0&list=PLdo4fOcmZ0oULyHSPBx-tQzePOYlhvrAU&index=15&t=26s