Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 1 KB

README.md

File metadata and controls

7 lines (5 loc) · 1 KB

Building a RESTful API with ASP.NET Core 3

Fully functioning sample application accompanying my Building a RESTful API with ASP.NET Core 3 course.

If you're interested, the course can be found here: https://app.pluralsight.com/library/courses/asp-dot-net-core-3-restful-api-building/table-of-contents

Course description

In this course, you'll learn how to build a RESTful API with ASP.NET Core 3. Creating a truly RESTful API is quite different from creating a regular web API, but in this course, Building a RESTful API with ASP.NET Core 3 , you’ll learn how. You'll start by exploring 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 and searching. By the end 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 3.