Swagger Replacement in ASP.NET 9
Explores alternatives to Swagger for API documentation in ASP.NET 9, including Swashbuckle, NSwag, and Scalar.
Explores alternatives to Swagger for API documentation in ASP.NET 9, including Swashbuckle, NSwag, and Scalar.
Explores the new Microsoft.AspNetCore.OpenApi package in .NET 9 for generating OpenAPI documents, comparing it to NSwag and Swashbuckle.
A tutorial on implementing OpenAPI support in a Blazor WebAssembly app to generate API specs and typed clients using NSwag.