MBWarez Blog
  • Home
  • Github

Deserializing different types based on properties, with Newtonsoft.Json

7 years ago 2 min read guides
Sometimes we're presented objects in JSON that do not directly map to a strongly typed object. An example of that is given here: [{ "type" : "Car", "wheels" : 4,
Read Now Read Later
Michael Bisbjerg
By: Michael Bisbjerg

Detecting mismatched objects with Newtonsoft.Json

7 years ago 2 min read guidesdotnet
One common problem with API Client Libraries is that their strongly typed objects don't match the response objects that the API gives. I faced this issue with TMDbLib and wanted to solve it
Read Now Read Later
Michael Bisbjerg
By: Michael Bisbjerg
Lets Encrypt organized for reverse nginx proxy

Lets Encrypt organized for reverse nginx proxy

7 years ago 3 min read letsencryptguides
This is a short post on using Let's Encrypt to get TLS certificates for use in Nginx virtual host sites. This post assumes: Ubuntu NGINX (running a number of domains) Some form of
Read Now Read Later
Michael Bisbjerg
By: Michael Bisbjerg
Newer Posts
Page 3 of 3
Powered by Ghost
MBWarez Blog