Dotnet

Creating a C# ASP.Net Core API - Create, Update, & Delete Data

Outline

In this section we will be implementing the POST, PUT, and DELETE http methods. These correspond to the Create, Update, and Delete actions of CRUD.

By the end of this section we will have a fully functional API having implemented all of the CRUD operations.

Learning Objectives

  • Implement POST, PUT, and DELETE methods
  • Use validation to ensure requests are made correctly
  • Be able to use all of our http methods interchangeably
  • Use error handling and defensive programming patterns



The course is taught by Thomas Desmond
@ThomasJDesmond
TheTomBomb.com

 

I finished! On to the next chapter