Nieuws

With ASP.NET Core, API versioning has been made much easier. One objective of Web API is to serve multiple clients, whether based on homogenous or heterogenous platforms.
What's one key challenge developers face when documenting ASP.NET Core API services, and how does your session address that challenge? Documenting an API that is not versioned is very straightforward, ...
API Analyzers work with any controller that is decorated with the [ApiController] attribute. This article discusses how we can work with API Analyzers in ASP.NET Core 3.1.