Click here to Skip to main content
15,896,365 members
Articles / Web Development / ASP.NET / ASP.NET Core

ASP.NET Core Web API and Swagger GUI

24 Mar 2020CPOL 2.9K   4  
ASP.NET MVC and ASP.NET Web API previously had different types and configurations, but the Web API from ASP.NET Core is the same as the one from ASP.NET Core MVC.
ASP.NET MVC and ASP.NET Web API previously had different types and configurations, but the Web API from ASP.NET Core is the same as the one from ASP.NET Core MVC. The Web API offers a simple communication technology based on Representational State Transfer (REST). With REST, HTTP verbs such as GET, POST, PUT, and DELETE are used. GET is used to retrieve resources, POST to add new resources, PUT to update resources, and DELETE to delete resources.
We're sorry, but the article you are trying to view was deleted at 24 Mar 2020.

Please go to the ASP.NET Table of Contents to view the list of available articles in this section.