Create a web API with ASP.NET Core controllers
Create a RESTful service with ASP.NET Core controllers that supports create, read, update, and 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
- Ability to write C# at the beginner level
- Local installations of the .NET SDK and Visual Studio Code
- C# Dev Kit extension for Visual Studio Code
- REST Client extension for Visual Studio Code
- Experience with using the command line