DEV Community

C# HttpClient Deep Dive Series' Articles

Back to Nick's Series
HttpClientFactory: Why new HttpClient() Is Killing Your App
Cover image for HttpClientFactory: Why new HttpClient() Is Killing Your App

HttpClientFactory: Why new HttpClient() Is Killing Your App

Comments
2 min read
Modern JSON Handling in HttpClient: Ditch the Manual Serialization!
Cover image for Modern JSON Handling in HttpClient: Ditch the Manual Serialization!

Modern JSON Handling in HttpClient: Ditch the Manual Serialization!

1
Comments 1
3 min read
Building Bulletproof HTTP Calls with Polly in C#
Cover image for Building Bulletproof HTTP Calls with Polly in C#

Building Bulletproof HTTP Calls with Polly in C#

Comments
3 min read
Streaming Large HTTP Responses Without Killing Your Memory
Cover image for Streaming Large HTTP Responses Without Killing Your Memory

Streaming Large HTTP Responses Without Killing Your Memory

Comments
3 min read
Testing HttpClient the Right Way: Mock Handlers, Not Interfaces

Testing HttpClient the Right Way: Mock Handlers, Not Interfaces

Comments
4 min read
HTTP/2 and HTTP/3 in C#: The Speed You Didn't Know You Were Missing

HTTP/2 and HTTP/3 in C#: The Speed You Didn't Know You Were Missing

Comments
3 min read
HttpClient Observability: Logs, Metrics, and Traces Done Right
Cover image for HttpClient Observability: Logs, Metrics, and Traces Done Right

HttpClient Observability: Logs, Metrics, and Traces Done Right

Comments
4 min read
DelegatingHandler Magic: Build a Pipeline for Your HTTP Calls
Cover image for DelegatingHandler Magic: Build a Pipeline for Your HTTP Calls

DelegatingHandler Magic: Build a Pipeline for Your HTTP Calls

1
Comments 2
2 min read