Add, update, and delete quizzes

The first thing we'll do is to implement the add, update, and delete methods for our Web API's QuizController. We'll adhere to RESTful conventions and good practices, using the proper HTTP verb for each scenario: POST to create, PUT to update, and DELETE to delete.

Get ASP.NET Core 2 and Angular 5 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.