Docker - Curated .NET Articles & Tutorials
Curated .NET news, articles, and tutorials about Docker, drawn from .NET News Daily issues.
48 curated issues
Beyond Distroless: Why We “Chiseled” Our .NET 10 Backend for NearU
In modern cloud-native development, “done” isn’t enough — it has to be efficient. As the Lead Developer for NearU, a platform built to…
Issue also covered: ASP.NET Core, C#, Design Patterns, .NET 10, OpenAI, Visual Studio Code
Read this issue →The LocalStack Chronicles: A .NET Developer’s Survival Guide
How I fought Docker networking, timeout traps, and type-mapping demons — and won.
Issue also covered: ASP.NET Core, Azure, C#, Design Patterns, EF Core, GitHub Copilot, Minimal APIs, OpenAI
Read this issue →Running Azure Functions in Docker: Why and How
Azure Functions Beyond the Basics Continues from Azure Functions for .NET Developers (Parts 1–9)
Issue also covered: ASP.NET Core, Azure, Azure Functions, Clean Architecture, C#, EF Core, OpenAI, Performance
Read this issue →Containerize an ASP.NET Core BFF and Angular frontend using Aspire
Using Damien Bowden's secure ASP.NET Core and Angular BFF template as a starting point, this post shows how to integrate Aspire to improve local development and prepare the application for containeriz...
Issue also covered: ASP.NET Core, .NET Aspire, Azure, C#, FluentValidation, GitHub Copilot, gRPC, Semantic Kernel
Read this issue →GitHub Actions for .NET: Build, Test, and Deploy Your API
A complete CI/CD pipeline from zero — automated builds, test coverage, Docker images tagged by commit SHA, and deployment to Azure with a…
Issue also covered: ASP.NET Core, Azure, .NET Core, .NET Framework, GitHub Actions, Performance, RabbitMQ, Security
Read this issue →Containerize .NET 10 Apps Without a Dockerfile — dotnet publish Containers
Containerize .NET 10 apps without a Dockerfile using dotnet publish. Image size benchmarks, Alpine vs Chiseled, CI/CD with GitHub Actions, and more.
Issue also covered: AOT, ASP.NET Core, Azure, Azure DevOps, Blazor, C#, .NET 10, .NET 8
Read this issue →How to Deploy Docker Containers to Azure Container Apps?
Deploy Docker containers to Azure Container Apps for scalable, serverless microservices. This guide covers setup, ACR, deployment via Azure CLI, and scaling.
Issue also covered: ASP.NET Core, Azure, CQRS, C#, MediatR, OpenAI, Performance, Security
Read this issue →Command Line Interface Consumer for Kafka in C#
When I started working with Kafka, I installed it locally on Docker and used a combination of the Confluent Command Line Interface (CLI) and C# programs I wrote. One of the CLI tools from Confluent l...
Issue also covered: Authentication, Authorization, Azure, EF Core, Kafka, Performance, Security, Source Generators
Read this issue →🔴 VS Code Live - AI-Powered Kafka Development: Confluent Extension + GitHub Copilot + MCP
Getting Started With .NET Aspire 13: Building and Deploying an App With PostgreSQL, Redis, and Docker Compose
Issue also covered: ASP.NET Core, Azure, Azure Functions, Blazor, Cosmos DB, CQRS, .NET 10, Event Sourcing
Read this issue →Tracking .NET API Endpoints Easily and Faster with Aspire Dashboard
In this article, we will explore how to easily track and analyze the endpoints of a simple .NET API using the Aspire Dashboard Docker…
Issue also covered: .NET Aspire, Azure, C#, Design Patterns, .NET 10, ML.NET, PostgreSQL, Redis
Read this issue →Microservices Architecture with .NET
Explore microservices architecture with .NET! Learn to build scalable, flexible apps using ASP.NET Core, Docker, and best practices. Includes practical examples.
Issue also covered: Azure, Benchmarking, Clean Architecture, Cosmos DB, C#, .NET Core, EF Core, GitHub Copilot
Read this issue →Background Job Scheduling in .NET Applications Using Hangfire
In modern software projects, handling long-running operations correctly is of great importance for the application to run in a stable and…
Issue also covered: ASP.NET Core, Authentication, C#, Dapper, .NET 10, .NET Framework, EF Core, .NET MAUI
Read this issue →DotNet 10 says Goodbye to Dockerfile
The wait is over. Microsoft has officially rolled out .NET 10, the new Long-Term Support (LTS) release, and the buzz is palpable. But this…
Issue also covered: ASP.NET Core, Azure, Blazor, CQRS, C#, Dapper, .NET 10, EF Core
Read this issue →Zero Downtime Deployment Strategies for ASP.NET Core Apps
Eliminate downtime during ASP.NET Core deployments on IIS! Learn Blue-Green strategies, Jenkins CI/CD, health checks, and monitoring for seamless updates.
Issue also covered: ASP.NET Core, Azure, Blazor, Clean Architecture, C#, .NET 8, .NET 9, EF Core
Read this issue →Enterprise-Grade CI/CD for ASP.NET Core (Part-33 of 40)
This article, part 33 of a 40-part series, details enterprise-grade CI/CD for ASP.NET Core applications. It covers project structure, Docker configuration, comprehensive testing (unit & integratio...
Issue also covered: ASP.NET Core, Azure, .NET 8, .NET 9, .NET Core, EF Core, Performance, Security
Read this issue →Deploying a .NET app to Azure using Docker, ACR, App Service, and GitHub Actions — Step-by-step
This document explains, in a concise, copy-pasteable way, how to:
Issue also covered: Application Insights, AutoMapper, Azure, Azure Functions, Clean Architecture, Domain-Driven Design, Design Patterns, .NET 10
Read this issue →ASP.NET Core Docker Kubernetes Deployment Guide | Cloud-Native DevOps (Part-32 of 40)
This comprehensive guide provides step-by-step instructions for containerization, orchestration, CI/CD pipeline implementation, and production best practices. Learn to build scalable, resilient, and s...
Issue also covered: ASP.NET Core, Authentication, Authorization, Azure, Azure Functions, Clean Architecture, Cosmos DB, CQRS
Read this issue →Refactoring Legacy .NET Framework Apps for Cloud-Native Deployment
Modernize legacy .NET Framework applications for cloud-native deployment without costly rewrites. This guide outlines an incremental refactoring approach, focusing on containerization, abstraction lay...
Issue also covered: Application Insights, ASP.NET Core, Azure, Clean Architecture, C#, Domain-Driven Design, .NET 9, .NET Core
Read this issue →6 Steps for Setting Up a New .NET Project the Right Way
Learn how to properly set up a new .NET project with EditorConfig for code consistency, Directory.Build.props for centralized configuration, central package management, static code analysis, Docker Co...
Issue also covered: ASP.NET Core, .NET Aspire, Authentication, Authorization, Azure, Clean Architecture, C#, Domain-Driven Design
Read this issue →Why .NET 9 Is One of the Best Platforms for Microservices (And How to Prove It)
I’ve built and run .NET microservices since before we called them “microservices.” I’ve stitched Polly, YARP, Prometheus, Dockerfiles… Continue reading on Level Up Coding »
Issue also covered: AOT, ASP.NET Core, Azure, Blazor, Clean Architecture, C#, .NET 9, EF Core
Read this issue →I Removed Half the Glue Code From My .NET System — With One Dapr Sidecar
It’s like using microservices with cheat codes enabled. — Mohammad Shoeb Continue reading on Towards Dev »
Issue also covered: AOT, ASP.NET Core, Blazor, Clean Architecture, C#, Design Patterns, .NET 10, .NET 9
Read this issue →Using Docker and Kubernetes for .NET on Azure AKS and AWS EKS
This article provides a practical walkthrough of deploying .NET apps using Docker and Kubernetes on both Azure AKS and AWS EKS. Learn to containerize your app, deploy it to AKS and EKS, and compare th...
Issue also covered: AOT, ASP.NET Core, Azure, CQRS, .NET 9, .NET Core, GitHub Copilot, Kubernetes
Read this issue →Introduction to Cloud-Native .NET Development
Explore cloud-native .NET development! Learn how to build scalable, resilient apps with ASP.NET Core, Docker, and cloud platforms like Azure and AWS.
Issue also covered: ASP.NET Core, Azure, Azure Functions, C#, .NET 10, .NET 9, .NET Core, .NET MAUI
Read this issue →Dockerfile for a .NET 9 Web API Application
Occasionally, I want to build and run a .NET application within a Docker container. I use VS Code on Linux, so I don’t have the easy option to add a Dockerfile that is in the full Visual Studio. And ...
Issue also covered: ASP.NET Core, Azure, Azure DevOps, Blazor, Clean Architecture, CQRS, C#, Domain-Driven Design
Read this issue →Visual Studio 2026 Insiders: Using Podman for Container Development
Podman is an open-source container engine that has rapidly gained popularity for its daemonless architecture, rootless operation, and compatibility with Docker CLI commands. Unlike Docker, Podman does...
Issue also covered: ASP.NET Core, Authentication, Azure, Blazor, C#, EF Core, GitHub Copilot, .NET MAUI
Read this issue →Containerizing .NET Core Web Applications with Docker: Step-by-Step Guide
In today’s fast-paced development landscape, containerization has become a cornerstone of modern application deployment. Docker, the… Continue reading on Stackademic »
Issue also covered: ASP.NET Core, Azure, Blazor, C#, .NET 8, .NET 9, EF Core, GitHub Copilot
Read this issue →Building a Modern Microservices Application with .NET Core, Angular 20, Docker, and Azure
Build a modern microservices application using .NET Core 7, Angular 20, Docker, and Azure. This comprehensive guide covers backend development with .NET API and EF Core, frontend implementation with A...
Issue also covered: ASP.NET Core, Authentication, .NET 8, OpenAI, Performance, Security, Source Generators, Visual Studio
Read this issue →How to Containerize a .NET Application with Docker
Beginner’s Guide: How to Containerize .NET Applications with Docker Step by Step
Issue also covered: ASP.NET Core, Azure, C#, .NET 10, EF Core, GitHub Copilot, Minimal APIs, Performance
Read this issue →Getting Started with Docker Offload
https://www.c-sharpcorner.com/article/getting-started-with-docker-offload/
Issue also covered: ASP.NET Core, .NET Aspire, Blazor, Clean Architecture, C#, Domain-Driven Design, .NET 10, .NET Core
Read this issue →Deploying .NET Applications with Docker and Kubernetes
https://medium.com/simform-engineering/deploying-net-applications-with-docker-and-kubernetes-ff450b3c3b33
Issue also covered: Azure, .NET 10, EF Core, Kubernetes
Read this issue →Converting a docker-compose file to .NET Aspire
https://andrewlock.net/converting-a-docker-compose-file-to-aspire/
Issue also covered: .NET Aspire, Azure, Blazor, C#, Design Patterns, .NET 9, EF Core, GitHub Copilot
Read this issue →How to Host Blazor WASM on Docker
https://www.c-sharpcorner.com/article/how-to-host-blazor-wasm-on-docker/
Issue also covered: ASP.NET Core, Blazor, C#, Dapper, .NET 10, .NET Core, EF Core, Kafka
Read this issue →Plugging Your AI Clients into Docker MCP: Claude, VS Code, and Cursor
https://www.c-sharpcorner.com/article/plugging-your-ai-clients-into-docker-mcp-claude-vs-code-and-cursor/
Issue also covered: ASP.NET Core, Azure, CQRS, C#, .NET 10, .NET Core, EF Core, GitHub Actions
Read this issue →Simplifying CI/CD for .NET Docker Apps
https://www.c-sharpcorner.com/article/simplifying-cicd-for-net-docker-apps/
Issue also covered: ASP.NET Core, Azure, C#, Dapper, Design Patterns, EF Core, .NET MAUI, MediatR
Read this issue →Docker vs. Virtual Machines (VMs)
https://www.c-sharpcorner.com/article/docker-vs-virtual-machines-vms/
Issue also covered: ASP.NET Core, Blazor, .NET 9, .NET Core, .NET Framework, EF Core, GitHub Copilot, .NET MAUI
Read this issue →Exploring new .NET releases with Dev Containers
https://devblogs.microsoft.com/dotnet/dotnet-in-dev-container/
Issue also covered: .NET Aspire, Azure, Azure DevOps, C#, Domain-Driven Design, .NET 9, .NET Core, .NET MAUI
Read this issue →Running an ASP.NET Core app inside IIS in a Windows container
https://andrewlock.net/running-an-aspnetcore-app-behind-iis-in-a-windows-container/
Issue also covered: AOT, ASP.NET Core, Azure, Benchmarking, Blazor, Clean Architecture, C#, .NET 8
Read this issue →Why Your Code is Hanging: Unraveling the “ScriptTimeout” Mystery
https://salimsea.medium.com/why-your-code-is-hanging-unraveling-the-scripttimeout-mystery-c826670381b4
Issue also covered: Azure, Azure DevOps, C#, .NET Core, EF Core, GitHub Copilot, Performance, Security
Read this issue →Optimizing Docker Images is More Than Just a One-and-Done Thing in .NET.
https://medium.com/write-a-catalyst/optimizing-docker-images-is-more-than-just-a-one-and-done-thing-in-net-ec75ca6c4e2e
Issue also covered: ASP.NET Core, Authentication, Azure, Azure Functions, Cosmos DB, C#, Design Patterns, .NET 9
Read this issue →