Create a web API with ASP.NET Core
link

Create a web API with ASP.NET Core

Learn to create a RESTful service with ASP.NET Core that supports Create Read Update Delete (CRUD) operations.

Microsoft Learn
Updated Feb 17, 2025

What you'll learn

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

Create a RESTful service with ASP.NET Core that supports Create, Read, Update, Delete (CRUD) operations.