4. RESTful CRUD endpoints in ASP.Net Core WebApi

Опубликовано: 01 Январь 1970
на канале: Codewrinkles
794
24

In this fourth video of the series we discuss the fundamentals of the REST principles and we try to adhere to them by implementing CRUD endpoints on the Products resource in our #AspNetCore Web API/
#CSharp

Chapters
1. Intro: 00:00
2. Creating a temporary ProductService: 02:01
3. What does CRUD mean? 06:30
4. Reading resources using GET: 07:11
5. Creating resources using POST: 13:32
6. Updating resources using PUT: 19:43
7. Deleting resources using DELETE: 23:56
8. Putting our endpoints to work: 26:12
9. Handling "NotFound" scenarios: 35:39