Using HttpClient to Consume APIs in .NET Core

0
Join & Subscribe
Pluralsight
Free Trial Available
English
Certificate Available
3-4 hours worth of material
selfpaced

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