Blog Posts tagged with: 'docker'

Debugging Docker containers running .NET

Ever had a memory leak and wanted to diagnose it? Luckily there are some free tools from Microsoft that you can install and use!

— 22 Feb 2021 debugging docker dotnet

Building Blazor WebAssembly project with Docker in .NET 5

Blazor is a new ASP.NET framework feature which lets you build interactive web applications. Currently there isn't any Visual Studio IDE option for Docker and WebAssembly only hosted projects. But we can get around this by creating our own Dockerfile to build the project and serve the static files using nginx.

— 11 Dec 2020 blazor docker dotnet