#windows-to-linux-migration

[ follow ]
#aspnet
CodeProject
6 months ago
Graphic design

Challenges in Migrating ASP.NET Apps to Containers #2 - Windows Fonts

Windows Fonts can pose challenges when migrating ASP.NET apps from Windows to Linux Docker containers.
To install Microsoft Core Fonts on Linux for ASP.NET Core applications, use specific commands like 'apt update' and 'apt install fontconfig' in the Dockerfile. [ more ]
CodeProject
6 months ago
DevOps

Challenges in Migrating ASP.NET Apps to Containers #1 - Multiple Active Result Sets

Avoid enabling Multiple Active Result Sets (MARS) configuration in connection strings for deployments to Linux.
Even if not actively used, MARS setting can cause delays, timeouts, and other issues on Linux deployments. [ more ]
CodeProject
6 months ago
Graphic design

Challenges in Migrating ASP.NET Apps to Containers #2 - Windows Fonts

Windows Fonts can pose challenges when migrating ASP.NET apps from Windows to Linux Docker containers.
To install Microsoft Core Fonts on Linux for ASP.NET Core applications, use specific commands like 'apt update' and 'apt install fontconfig' in the Dockerfile. [ more ]
CodeProject
6 months ago
DevOps

Challenges in Migrating ASP.NET Apps to Containers #1 - Multiple Active Result Sets

Avoid enabling Multiple Active Result Sets (MARS) configuration in connection strings for deployments to Linux.
Even if not actively used, MARS setting can cause delays, timeouts, and other issues on Linux deployments. [ more ]
moreaspnet
[ Load more ]