Swagger .Net framework 4

What is swagger?

The Swagger is a simple but powerful representation of the RESTful API. Nowadays, most developers use Swagger in almost every modern programming language and deployment environment to document. With a Swagger-enabled Web API, you will get interactive documentation, client SDK generation, and discoverability

Create Asp.Net project

Important nuget packages to install

  • Swashbuckle
  • Swashbuckle.Core

Leave a Comment

Your email address will not be published. Required fields are marked *