devops
Docker for ASP.NET Core Articles, Tutorials & News
Docker for ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
63 articles Updated Page 2 of 3
Browse additional Docker for ASP.NET Core articles from the DotNetNews archive.
Docker for ASP.NET Core articles
Page 2 of 3
Newest first
-
Enterprise-Grade CI/CD for ASP.NET Core (Part-33 of 40)
c-sharpcorner.com Issue #317
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...
-
Deploying a .NET app to Azure using Docker, ACR, App Service, and GitHub Actions — Step-by-step
medium.com Issue #316
This document explains, in a concise, copy-pasteable way, how to:
-
ASP.NET Core Docker Kubernetes Deployment Guide | Cloud-Native DevOps (Part-32 of 40)
c-sharpcorner.com Issue #313
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...
-
Running .NET Applications that Communicate Over a Network Using Docker Compose
nodogmablog.bryanhogan.net Issue #313
Download full source code. In this post, I will show you how to run two .NET applications in Docker containers and have them communicate with each other. I will use Docker Compose to create the netwo...
-
Refactoring Legacy .NET Framework Apps for Cloud-Native Deployment
c-sharpcorner.com Issue #309
Modernize legacy .NET Framework applications for cloud-native deployment without costly rewrites. This guide outlines an incremental refactoring approach, focusing on containerization, abstraction lay...
-
6 Steps for Setting Up a New .NET Project the Right Way
milanjovanovic.tech Issue #307
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...
-
Why .NET 9 Is One of the Best Platforms for Microservices (And How to Prove It)
levelup.gitconnected.com Issue #306
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 »
-
I Removed Half the Glue Code From My .NET System — With One Dapr Sidecar
towardsdev.com Issue #303
It’s like using microservices with cheat codes enabled. — Mohammad Shoeb Continue reading on Towards Dev »
-
Using Docker and Kubernetes for .NET on Azure AKS and AWS EKS
c-sharpcorner.com Issue #300
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...
-
🚀 Top 20 Proven Ways to Optimize Docker Images and Improve Performance
c-sharpcorner.com Issue #300
Unlock peak performance with these 20 proven Docker image optimization techniques! Learn how to minimize image size, enhance security, and accelerate deployments. From choosing minimal base images and...
-
Introduction to Cloud-Native .NET Development
c-sharpcorner.com Issue #298
Explore cloud-native .NET development! Learn how to build scalable, resilient apps with ASP.NET Core, Docker, and cloud platforms like Azure and AWS.
-
Dockerfile for a .NET 9 Web API Application
nodogmablog.bryanhogan.net Issue #297
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 ...
-
Visual Studio 2026 Insiders: Using Podman for Container Development
developer.microsoft.com Issue #296
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...
-
Containerizing .NET Core Web Applications with Docker: Step-by-Step Guide
blog.stackademic.com Issue #295
In today’s fast-paced development landscape, containerization has become a cornerstone of modern application deployment. Docker, the… Continue reading on Stackademic »
-
Shrinking the Whale: Optimizing .NET Docker Images for AWS ECS
medium.com Issue #295
If you’ve ever containerized a .NET app and deployed it on AWS ECS, you’ve probably faced this problem:
-
Building a Modern Microservices Application with .NET Core, Angular 20, Docker, and Azure
c-sharpcorner.com Issue #288
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...
-
How to Containerize a .NET Application with Docker
malshikay.medium.com Issue #281
Beginner’s Guide: How to Containerize .NET Applications with Docker Step by Step
-
Getting Started with Docker Offload
c-sharpcorner.com Issue #246
https://www.c-sharpcorner.com/article/getting-started-with-docker-offload/
-
Deploying .NET Applications with Docker and Kubernetes
medium.com Issue #223
https://medium.com/simform-engineering/deploying-net-applications-with-docker-and-kubernetes-ff450b3c3b33
-
Converting a docker-compose file to .NET Aspire
andrewlock.net Issue #209
https://andrewlock.net/converting-a-docker-compose-file-to-aspire/
-
How to Host Blazor WASM on Docker
c-sharpcorner.com Issue #197
https://www.c-sharpcorner.com/article/how-to-host-blazor-wasm-on-docker/
-
Plugging Your AI Clients into Docker MCP: Claude, VS Code, and Cursor
c-sharpcorner.com Issue #193
https://www.c-sharpcorner.com/article/plugging-your-ai-clients-into-docker-mcp-claude-vs-code-and-cursor/
-
Memory leaks, EF Core, and API tuning
DotNetNews Issue #191
A mixed .NET roundup covering memory leaks, EF Core Count vs Any, ASP.NET Core API performance, dependency injection, and Azure DevOps tests.
-
Simplifying CI/CD for .NET Docker Apps
c-sharpcorner.com Issue #188
https://www.c-sharpcorner.com/article/simplifying-cicd-for-net-docker-apps/
-
Docker vs. Virtual Machines (VMs)
c-sharpcorner.com Issue #182
https://www.c-sharpcorner.com/article/docker-vs-virtual-machines-vms/