How To Add Swagger To Your Web API In ASP.Net Core 3
What is Swagger? According to Swagger.io, it is basically an open-source software framework with a large ecosystem of tooling that helps developers design, build, document, and consume RESTful web services. For more reading on Swagger check out there Tools Documentation. Let’s build a WEB API for this demo In order for me to be able…