Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 284 Bytes

File metadata and controls

4 lines (3 loc) · 284 Bytes

Controller-vs-Minimal-APIs

Source code accompanying the videos https://youtu.be/w5o32Qpgbb8 and https://youtu.be/UuLiC8vsxgw

Minimal APIs allow you to define your entire web service in Program.cs. But that's not ideal for maintainability. Here's how to structure your application.