Using Swagger in ASP.NET Core Projects
Hi everyone, in this article, I will talk about installing and using Swagger on your ASP.NET Core project.
First of all, Swagger is a documentation tool for the api you code. It is not just documentation, it also allows you to easily try and see the...