-
Course
- Core Tech
Building a RESTful API with ASP.NET Core 3
Building an API is one thing, but building a truly RESTful API is something different. In this course, you'll learn how to build one using ASP.NET Core 3.
What you'll learn
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.
Table of contents
- Version Check | 20s
- Coming Up | 2m 30s
- Course Prerequisites | 39s
- Tooling | 2m 1s
- Using the MVC Pattern for Building RESTful APIs | 3m 30s
- Demo - Creating an API Project | 6m 39s
- Demo - Adding a Data Store | 5m 6s
- Introducing REST | 5m 29s
- Learning What the REST Constraints Are About | 12m 7s
- The Richardson Maturity Model | 4m 22s
- Summary | 1m 30s
About the author
Kevin Dockx is a freelance solution architect (mobile/web), author & consultant, living in Antwerp (Belgium).
More Courses by Kevin