PreviousNext

.NET 5: Exploring System.Net.Http.Json namespace

by anthonygiretti, 2020-10-02T02:10:39.403Z

.NET 5 brings interesting new features. In this article I will introduce you a new namespace that provides many extension methods for HttpClient and HttpContent that perform serialization and deserialization using System.Text.Json: Here is System.Net.Http.Json !

Read More