Nieuws

Create a simple Web API First off, create a new Web API project in Visual Studio. Next, create a new Web API controller class as shown below. public class CustomersController : ApiController { ...
I’ll be using ASP.NET Core 3.0 here. Select “API” as the project template to create a new ASP.NET Core API application.