Swagger

Getting the most out of Swagger in your ASP.NET Core api

Even with next to no configuration or additional work on your API Swagger already provides great insights into your API.

Read more...

Secure Swagger on ASP.NET Core by address and port

This follows on from my previous post Secure ASP.NET Core Health Checks to a specific port and assumes that you already have your service running over 2 ports and have specified a ManagementPort in the appsettings.json file.

Read more...