no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
Deserialization
Many Ways to make and Deserialize an HTTP GET with HttpClient
There are so many ways to make and deserialize an HTTP GET request. In this post, I’ll show a few approaches.
Mar 16, 2023
#
C#
,
dotNet
,
HttpClient
,
Serialization
,
Deserialization
Deserializing to an enum
I have an application where I deserialize an xml stream from a third party. One of the fields is a task code which can be one of only three values, insert, update and delete.
Dec 6, 2013
#
Serialization
,
Deserialization
Cite
×