-
Change Tracking Mixed-State Graphs in EF Core
Last updated: Friday, January 10, 2025
Published in: CODE Magazine: 2022 - May/June
Julie says that integration testing is the key to tracking changes in EF Core. Learn what you need to know to get up and running with it.
-
Docker
Last updated: Wednesday, October 8, 2025
Published in: CODE Magazine: 2018 - May/June
Ted Neward’s Docker article introduces the technology’s rise to mainstream relevance and demystifies how it works for developers, especially those from the Windows ecosystem. It covers installing and running Docker, the distinction between images and containers, and how Dockerfiles express reproducible environments. Neward explains practical usage—volume mounting, port mapping, and building/publishing images—while comparing Docker’s philosophy to traditional virtualization (Hyper-V/VirtualBox) and highlighting its suitability for repeatable deployments and microservices. He also touches on orchestration (Kubernetes, Swarm) and the CI/CD value of Dockerfiles as delivery artifacts.