aimenux / ConfigurationDemo

Using options pattern in web apis and console apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET

ConfigurationDemo

Using options pattern in web apis and console apps

In this demo, i'm using IOptions, IOptionsMonitor and IOptionsSnapshot in 2 projects (web api & console app).

Solution structure :

  • Api : web api
  • App : console app
  • Lib : shared code between web api and console app

Tools : net8.0

About

Using options pattern in web apis and console apps


Languages

Language:C# 100.0%