/HttpClientInNetCore

Fully functioning finished sample code for my Using HttpClient to Consume APIs in .NET Core course

Primary LanguageC#MIT LicenseMIT

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