Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Pluralsight

Using HttpClient to Consume APIs in .NET Core

via Pluralsight

Overview

Get an in depth look of how to use HttpClient and HttpClientFactory to integrate with an API, from basic CRUD operations over streaming and compression to dealing with errors and extending HttpClient with custom message handlers.

Applications, ranging from ASP.NET Core web apps over mobile Xamarin apps and Windows apps to Console apps often integrate with an API. For that, HttpClient is the default and best option. But there’s a lot more to using it than just sending a request and reading out the response. In this course, Using HttpClient to Consume APIs in .NET Core, you’ll get an in-depth look at using HttpClient and HttpClientFactory, from the internals over basic CRUD interaction to working with streams and compression. We’ll also cover cancelling requests that are no longer needed. Additionally, you’ll learn how to use custom message handlers to improve the reliability of your requests and to unit test. After this course, you'll know the ins and outs of integrating with an API from a variety of application types.

Topics:
  • Course Overview
  • Understanding Integration with an API Using HttpClient
  • Handling Common Types of Integration (CRUD)
  • Improving Performance with Partial Updates
  • Improving Performance and Memory Use with Streams
  • Supporting Cancellation
  • Improving HttpClient Instance Management with HttpClientFactory
  • Handling Faults and Errors
  • Extending HttpClient with Custom HttpMessageHandlers
  • Unit Testing with HttpClient

Taught by

Kevin Dockx

Reviews

4.9 rating at Pluralsight based on 199 ratings

Start your review of Using HttpClient to Consume APIs in .NET Core

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.