rodrigo-marcolino / ContosoPizza

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a web API with ASP.NET Core controllers

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.

About


Languages

Language:C# 100.0%