Implementing an ASP.NET Core API with .NET 9 and OpenAPI

added by DotNetKicks
8/7/2024 12:42:42 PM

620 Views

This post implements a basic ASP.NET Core API using .NET 9 and the Microsoft OpenAPI implementation. The OpenAPI Nuget package supports both Controller based APIs and minimal APIs. Until now, we used excellent solutions like NSwag to produce the API schemas which can be used to auto-generate client code.


0 comments