ASP.NET Core Minimal APIs in Practice
Event:Digital Craftsmanship Nordoberpfalz
Type:Talk
Date:December 13, 2022
Duration:2h
Location:Online
Language:German
In this talk, we take a look at ASP.NET Core Minimal APIs and how to use them to build performant and scalable web APIs. Also, we take a look at the new features they offer with .NET 7.
Event Details
ASP.NET Core 6 introduced the so-called “Minimal APIs,” which are intended to eventually replace ASP.NET Core MVC for building Web APIs. But how well-suited is this technology for production use?
In this talk, we’ll take a look under the hood and discuss structure, performance, authentication, Swagger support, dependency injection, and automated testing with this new endpoint-based technology. We’ll also take a look ahead at the new features introduced with .NET 7 and examine where challenges and limitations still remain today.