.NET 5: Exploring System.Net.Http.Json namespace by @anthonygiretti anthonygiretti.com
.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 !
Report Story
Leave Your Comment