Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 588 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 588 Bytes

.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