Web APIs Beginner series (10/18) Creating API Data Models
Опубликовано: 15 Октябрь 2024 на канале: Code 4 All
82
1
It's important to know what's the shape of the data that our Web API operations return. In this video, we'll see how we can use C# records to create models for our Web API.