/options-pattern-dotnet

Managing .NET App Configuration With The Options Pattern In ASP.NET Core

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Managing .NET App Configuration With The Options Pattern In ASP.NET Core

Configuration

Pattern setup

💡 Topics Covered

  • Options Pattern

🔎 How to use?

$ git clone https://github.com/devjamesbrandao/options-pattern-dotnet.git

$ dotnet restore

$ dotnet build

$ dotnet run

🌐 References

* Managing .NET App Configuration With The Options Pattern In ASP.NET Core (video) - https://youtu.be/wxYt0motww0
* How To Use The Options Pattern In ASP.NET Core 7 (article) - https://www.milanjovanovic.tech/blog/how-to-use-the-options-pattern-in-asp-net-core-7
* Adding Validation To The Options Pattern In ASP.NET Core - https://www.milanjovanovic.tech/blog/how-to-use-the-options-pattern-in-asp-net-core-7