News

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.
Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, ...
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.
So to help avoid API versioning/documentation regret, expert ASP.NET Core developer and Microsoft MVP Philip Japikse will be presenting a session on just that topic, aptly titled " Versioning and ...