#docker | #net-coreJune 12, 2020Optimising .NET Core Docker imagesPut your .NET Core Docker images on a diet with by combining self-contained applications, assembly trimming and multi-stage Docker builds.
#net-core | #configurationJune 10, 2020Testing IOptionsMonitorIOptionsMonitor is a feature of the .NET Core Configuration system that provides access to configuration options, even if they change at runtime. This post looks at how to test code that uses IOptionsMonitor.
#net-core | #compressionFebruary 13, 2019Zlib compression in .NET CoreHow to compress and decompress using zlib in .NET Core.