Robust REST APIs and Clients in C#, ASPNet Core, HttpClient
- Description
- Curriculum
- FAQ
- Reviews
Hello fellow dotNet Developers! Welcome to this course about creating and consuming RESTful APIs.
RESTful APIs are an important way in which applications expose functionality to the other applications. Being able to build your own professional API for other companies to consume, or to build your own professional API client to consume other companies’ APIs is an important and marketable skill.
In the first part of this course, we will learn what a RESTful API is and design one to manage Course and Student data.
In the next part of this course, we will build and thoroughly test this RESTful API. We will go beyond the basics to ensure that the API is of high quality so that other developers can reliably call it. We do this by ensuring proper error handling, boundary condition handling, thorough testing, and documentation generation. Along the way we will use ASPNet Core to create the RESTful API, Swagger to view the fully documented API, and Postman to test it.
In the final part of this course, we will write a professional and robust API client to consume our RESTful Courses API. As before, we will go beyond the basics to ensure it can be easily and reliably be incorporated into any dotNet application. We do this by ensuring proper error handling, boundary condition handling, and thorough testing. Along the way we will use HttpClient to build our API Client using solid object-oriented programming principles and we will Unit test it using Test-Driven Development with MSTest.
Happy learning!
-
9IntroductionVideo lesson
-
10Setting up the Models ProjectVideo lesson
-
11Setting up the Services ProjectVideo lesson
-
12Creating our ASPNet Core Web API ProjectVideo lesson
-
13Get List of CoursesVideo lesson
-
14Data Transfer Objects (DTOs)Video lesson
-
15Dependency Injection (DI)Video lesson
-
16AutoMapperVideo lesson
-
17SearchingVideo lesson
-
18Get Single CourseVideo lesson
-
19Add CourseVideo lesson
-
20ValidationVideo lesson
-
21Content NegotiationVideo lesson
-
22Update CourseVideo lesson
-
23Delete CourseVideo lesson
-
24API DocumentationVideo lesson
-
25SummaryVideo lesson
-
26IntroductionVideo lesson
-
27Planning Version 2Video lesson
-
28Preparing for Version 2Video lesson
-
29Get Students and Get StudentVideo lesson
-
30Add, Update and Delete StudentsVideo lesson
-
31Upload Student Identification ImageVideo lesson
-
32Delete Student Identification ImageVideo lesson
-
33Basic AuthenticationVideo lesson
-
34Documenting Basic Authentication with SwaggerVideo lesson
-
35SummaryVideo lesson
-
36IntroductionVideo lesson
-
37Test Driven DevelopmentVideo lesson
-
38Preparing Our SolutionVideo lesson
-
39API Client StubVideo lesson
-
40Exception ClassesVideo lesson
-
41First Unit TestsVideo lesson
-
42Get CoursesVideo lesson
-
43Exception HandlingVideo lesson
-
44Get CourseVideo lesson
-
45Add CourseVideo lesson
-
46Validation Error HandlingVideo lesson
-
47Update CourseVideo lesson
-
48Delete CourseVideo lesson
-
49Set Student Identification ImageVideo lesson
-
50Delete Student Identification ImageVideo lesson
-
51SummaryVideo lesson
External Links May Contain Affiliate Links read more