-
Docker Development Environment for .NET Devs
Last updated: Friday, December 26, 2025
Published in: CODE Magazine: 2022 - March/April
You already love Docker, but you probably aren’t familiar with Docker Desktop. Julie learned how useful this tool is by doing it the hard way.
-
Deploy a Real-World ExpressJS TypeScript Application Using Containers
Last updated: Friday, December 26, 2025
Published in: CODE Magazine: 2021 - March/April
Learn to deploy a real-world ExpressJS TypeScript application using containerization. Deploy both the application and the database as two separate containers.
-
Introduction to Containerization Using Docker
Last updated: Friday, December 26, 2025
Published in: CODE Magazine: 2021 - March/April
Wei-Meng explains how Docker Engine replaces virtual machines with containers to host the apps and libraries you need, completely independent of which OS you’re using. Docker is written to run natively on the Linux platform. If you're using Windows or Mac OS, Docker creates a Linux virtual machine, which itself hosts the containers.
-
Using JetBrains Rider to Develop ASP.NET Core Applications on Docker
Last updated: Friday, December 26, 2025
Published in: CODE Magazine: 2019 - May/June
Maarten explores containers, especially in regard to an ASP.NET Core application, and uses JetBrains Rider as an IDE to build and debug apps in a Docker container.
-
Azure DevOps, Docker, and Angular
Last updated: Friday, December 26, 2025
Published in: CODE Magazine: 2019 - January/February
Sahil shows us how DevOps (formerly called VSTS) can connect disparate functionality using two of his favorite tools: Docker and Angular.
-
Building a .NET IDE with JetBrains Rider
Last updated: Friday, December 26, 2025
Published in: CODE Magazine: 2018 - November/December
If you’ve been developing IDEs in .NET, you’ve probably heard about JetBrains’ Rider. Chris and Maarten show you that the time is right to dive in.
-
Docker for Developers
Last updated: Friday, May 8, 2026
Published in: CODE Magazine: 2018 - November/December
Sahil Malik explores the transformative power of Docker as a lightweight containerization tool, emphasizing its benefits for developers navigating complex environments and dependencies. He contrasts Docker's efficiency and portability with traditional virtualization, highlighting its ability to package applications and dependencies into isolated containers that run seamlessly across platforms. Malik demonstrates how Docker simplifies development workflows, enables reliable environment snapshots, and integrates effectively with modern tools like Visual Studio Code. By leveraging Docker, developers gain agility, scalability, and cost-efficiency, making it an indispensable asset in today's cross-platform and cloud-centric landscape.
-
Docker
Last updated: Friday, December 26, 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.
-
Azure Skyline: Building and Deploying Services to Azure with .NET Core and Docker
Last updated: Friday, December 26, 2025
Published in: CODE Magazine: 2017 - March/April, EPS/CODE Articles & Whitepapers
Today’s devs have to be nimble. Your app has to work on a multitude of platforms and meet any number of platform-specific demands. Mike explains how a new tool called Docker can help you deploy your apps on everything from Linux to .NET and leave you hardly breaking a sweat.

