Create a web API with ASP.NET Core controllers

Beginner
Developer
Student
.NET
ASP.NET Core

Create a RESTful service with ASP.NET Core controllers that supports create, read, update, delete (CRUD) operations.

Learning objectives

In this module, you'll:

  • Create a web API project with ASP.NET Core controllers.
  • Create an in-memory database for persisting products.
  • Add support for CRUD operations.
  • Test web API action methods from the command shell.

Prerequisites