Blog Posts tagged with: 'blazor'

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