When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

ASP.NET Core Web API Deep Dive
This course will teach you how to build a truly RESTful API, using deep-dive ASP.NET Core 8 concepts.

This Course Includes
pluralsight
5 (170 reviews )
9 hour 6 minutes
english
Online - Self Paced
core courses
pluralsight
About ASP.NET Core Web API Deep Dive
In this course, ASP.NET Core Web API Deep Dive, we will teach you how to build a truly RESTful API, using deep-dive ASP.NET Core concepts. Creating that is different from creating a regular web API.
First, you'll explore how to interact with your API using the correct HTTP methods and status codes, and what method safety and idempotency are all about.
Next, you'll learn how to validate input that’s sent to the API, and how to implement common features like filtering, searching, paging, sorting and data shaping.
Finally, you'll learn about HATEOAS and other different approaches to caching and dealing with concurrency.
By the end of this course, you’ll know all about REST constraints, what the advantages are, and how to implement them when building your API with ASP.NET Core 8.
What You Will Learn?
- Course Overview : 1min.
- Getting Started with REST : 54mins.
- Designing the Outer Facing Contract : 61mins.
- Manipulating Resources : 98mins.
- Validating Data and Reporting Validation Errors : 51mins.
- Supporting Filtering and Searching : 22mins.
- Supporting Paging : 28mins.
- Supporting Sorting : 33mins.
- Supporting Data Shaping : 27mins.
- Learning and Implementing HATEOAS : 37mins.
- Improving Reliability with Advanced Content Negotiation : 49mins.
- Getting Started with Caching Resources : 40mins.
- Supporting HTTP Cache for ASP.NET Core APIs : 29mins.
- Supporting Concurrency : 10mins.