/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

chrisoldwood.blogspot.com
| | haacked.com
5.8 parsecs away

Travel
| | You may want to deserialize JSON to strongly typed values, but sometimes you run into a situation where the API doesn't comply, until now.
| | www.billtalkstoomuch.com
8.3 parsecs away

Travel
| | First thing: I am a huge fan of Microsoft, their products and especially their developers. These people are first class engineers. So when I tried to move from NewtonSoft to System.Text.Json (STJ), I underestimated the problems involved. By a lot. I'm not going to write about this in
| | www.stevejgordon.co.uk
7.4 parsecs away

Travel
| | This post is my contribution to the .NET Advent calendar. Make sure you check out the other amazing posts on the lead up to Christmas! At the time of writing, I am deep into work on some significant changes in the Elasticsearch .NET client. One of the changes is moving to System.Text.Json as the default [...]
| | blog.quarkslab.com
43.8 parsecs away

Travel
| It is written almost everywhere: do not expose the Docker socket on Linux! This is followed by the statement that doing so grants root access to the host. But why? What can be done and how? This is what we are about to explore in this article.