Contract first OpenAPI development (but still use Swagger UI with ASP.NET Core)

In C# and .NET land, we’re pretty heavy on the code first approaches, with the odd exception. Let’s take a look at a possible contract first approach to API development, with OpenAPI, but still taking advantage of existing tooling that we’ve come to rely on, like Swagger UI.

April 2, 2023 · 12 min · 2411 words · João Antunes

OpenAPI extensions and Swashbuckle

Let’s take a quick look at OpenAPI extensions (which I discovered were a thing last week 😛) and how to add them to our API description using ASP.NET Core and Swashbuckle.

February 21, 2022 · 5 min · 861 words · João Antunes