Skip to main content
  1. Tags/

Containerization

Dockerizing the .NET Core API, Angular and MS SQL Server

Deep Dive · Dec 1, 2024 · 10 min read
Introduction # Docker has revolutionized application deployment by enabling consistent environments across development, testing, and production. In Clean Architecture, containerization aligns perfectly with the separation of concerns principle, allowing each layer to be independently developed and deployed. This article explores how to Dockerize the Contact Management Application’s .NET Core API and MS SQL Server database.
Dockerizing the .NET Core API, Angular and MS SQL Server