Skip to main content
00:00/00:00
Lecture 27 of 33

Updating an item with PUT

Download Course (Free)

Course Content

0 / 33 completed
Section 1: Introduction3 videos

What you should know

2m

Why an API

1m

Web APIs with ASP.NET Core 8

1m
Section 2: Getting Started8 videos

Hello World with Visual Studio Code

6m

Hello World, API style

6m

Prerequisites and setup

7m

Minimal APIs

2m

REST basics

6m

API design basics

4m

Tools for API testing

5m

HTTP in a nutshell

8m
Section 3: Retrieving Data12 videos

Controllers and actions

7m

Routing basics

5m

Creating a data model

7m

Using entity framework core

9m

Using ActionResult

3m

Returning a list of items

5m

Returning an item

5m

Handling errors

3m

Working with minimal APIs

7m

Solution Searching items

3m

Challenge Searching items

1m

Making the API asynchronous

3m
Section 4: Writing Data9 videos

Model binding

3m

HTTP methods

2m

Model validation

6m

Updating an item with PUT

7mNow Playing

Adding an item with POST

12m

Deleting an item with DELETE

4m

Challenge Deleting several items

1m

Migrating the code to Minimal APIs

7m

Solution Deleting several items

6m
Section 5: Conclusion1 videos

Next steps

2m