Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 544 Bytes

File metadata and controls

8 lines (5 loc) · 544 Bytes

Using HttpClient to Consume APIs in .NET Core

This repository contains the fully functioning finished sample code for my Using HttpClient to Consume APIs in .NET Core course.

It contains best practices on basic CRUD operations, working with streams and compression, performance and memory use, cancellation, instance management with HttpClientFactory, writing custom handlers and more.

The course can be found at https://app.pluralsight.com/library/courses/httpclient-consume-apis-dotnet-core/table-of-contents

Built with ASP.NET Core 2.1