-
Course
- Core Tech
Using HttpClient to Consume APIs in .NET 5
This course will teach you how to consume APIs with HttpClient in .NET.
What you'll learn
APIs don't need to be difficult. In this course, Using HttpClient to consume APIs in .NET, you’ll learn to integrate your .NET applications with an API. First, you’ll explore HttpClient internals and basic CRUD interaction. Next, you’ll discover how to work with streams, compression and how to cancel requests that are no longer needed. Finally, you’ll learn how to improve the reliability of your requests and how to write unit tests that use HttpClient. When you’re finished with this course, you’ll have the skills and knowledge of using HttpClient needed to integrate your .NET application with an API..
Table of contents
- Version Check | 15s
- Coming Up | 1m 9s
- Frameworks and Tooling | 2m 25s
- Introducing the Demo Application | 49s
- Demo - Introducing the Demo Application | 4m 45s
- Strategies for Working with DTO Model Classes | 2m 39s
- Generating DTO Classes | 1m 56s
- Demo - Generating DTO Classes from Visual Studio | 6m 30s
- Demo - Generating DTO Classes with NSwagStudio | 6m 22s
- Tackling Integration with HttpClient | 5m 42s
- 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