Tag: Swagger

.Net Core web API - Part 1 - Swagger

Oct 12, 2019 2 min.

In this series, I will explain how to create a .Net Core 3 web API connected with a database and deployed to a remote server. The first step is to integrate it with Swagger by using the Swashbuckle package. The full example can be downloaded in this GitHub repository: NetCore3-Swagger. Technologies .Net Core 3 Visual Studio 2019 Swagger Topics .Net Core 3 Swagger .Net Core 3 Download the Visual Studio 2019 here and install it.