Tag: 'api'

Coding Shorts: Prototyping with Minimal APIs
Coding Shorts: Prototyping with Minimal APIs
September 8, 2021

Setting up ASP.NET Core for APIs isn't what I would called complex, but it does involve it's own set of boilerplate. To provide flexibility, .NET 6 now supports Minimal APIs, let's dig into how it works.