Developers have seen quite a bit of success using Microsoft's .NET Framework for well over 15 years, with countless business-critical apps running on older versions of the Framework and older versions ...
Are you tired of configuring, and reconfiguring, and configuring yet again your favorite server applications? I was, but Docker fixed that. Portability makes Docker one of my favorite homelab tools, ...
Are you still installing apps on your NAS from your manufacturer’s app store? It’s time to stop. I only trust Docker for installing apps on my NAS, instead of using a native app store. Why? Well, ...
There is a great diversity of approaches to continuous integration and continuous delivery (CI/CD). Containerizing apps with Docker is a common step to take, for a variety of reasons. Once ...
Last time, we used Docker to modernize an ASP.NET WebForms app. In this second part, we take a feature-driven approach to extending it and improving performance. Last time, I showed how to take a ...