Please enable JavaScript.
Coggle requires JavaScript to display documents.
Containerizing Application - Coggle Diagram
Containerizing Application
Introduction to Containers
Choosing Between .NET 6 and .NET Framework for Docker Containers
DotNet Core
When to choose
run side-by-side .NET versions
Cross platform
Dotnet Framwork
When to choose
s strong dependencies on Windows
Windows APIs that are not supported by .NET 6
third-party .NET libraries not available in core
technology not available in core
ASP.NET Web Forms.
WCF services
Workflow-related services.
Some Azure services
provide an SDK
When to choose cotainer
core
Windows Nano Server or Linux images
Small image Size
architecture is based on microservices
.net framework
base image Windows Server Core image
large image size
deployment faster