Tag: minimal_apis
Organizing service injection in ASP.NET Core Minimal APIs
For the longest time, the Controller was the only way to introduce an API into your application. With the latest versions of ASP.NET Core, Minimal APIs became available. These…