Behind the scenes of minimal APIs
published on 2023/02/22
Minimal APIs have a reputation for being fast, but how do they do it? In this and subsequent posts, I look at the code behind some of the minimal API methods and look at how they're designed to take your lambda method and turn it into something that runs quickly.
This is a fantastic explainer on how ASP.NET Core Minimal APIs work.