Deploy ASP.NET Core Web API to Fly via Docker

How to deploy an ASP.NET Core Web API site to fly.io via Docker

Continue Reading

Blazor hosted on vercel aka zeit now.sh

How to deploy a Blazor WebAssembly ASP.NET Core site to vercel aka now.sh

Continue Reading

Install .NET Core on Ubuntu 20.04 LTS Focal Fossa

A couple of days ago Canonical the custodians of the Ubuntu Linux distribution released the latest long term support version of their desktop Linux operating system.

Continue Reading

aspnetcore 3.1.2 windows hosting bundle caused 503 services unavailable

Today NET Core 3.1.200 SDK - March 16, 2020 was installed on my development and production boxes.

Continue Reading

localhost HTTPS subdomains with a Kestrel SSL certificate

When you build ASP.NET Core websites locally, you can view your local site under HTTPS/SSL, go read this article by Scott Hanselman for more information.

Continue Reading