HttpClient best approach

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Refit

    The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.

    Use RestEase to create your own client library. Refit is a very similar and more popular library. IMO RestEase is an improvement over Refit and I prefer it, but either will solve your problems. Both are libs that have you build interfaces describing the API endpoints, then the library handles all the boilerplate code that calls HttpClient.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Exception Handling in C# Methods returning object

    2 projects | /r/dotnet | 8 Dec 2023
  • Refactor your dotNET HTTP Clients to Typed HTTP Clients

    1 project | /r/dotnet | 23 May 2023
  • how to structure code for rest api calls

    1 project | /r/csharp | 20 Jan 2023
  • I love refit

    1 project | /r/ihadastroke | 13 Dec 2022
  • Alternative to httpClient.GetFromJsonAsync() that provides response details?(Blazor Wasm)

    1 project | /r/Blazor | 30 Nov 2022

Did you konow that C# is
the 10th most popular programming language
based on number of metions?