Kubernetes Security Best Practice - .NET Core

When containerising .NET Core applications for Kubernetes, it is easy to miss some simple security best practices. In this article I cover some tools and practices and highlight some straightforward improvements you can easily make
System.Text.Json snakecase

With the recent release of .NET Core 3.0 I decided to try using System.Text.Json for snakecase JSON. Here is what happened.