Is there a service like Heroku for hosting .NET core applications / dbs?
I love the idea of a Heroku style site for a single-founder startup but don't like the idea of third party buildpacks that lack EF migration support once deployed etc.
👤 rpeden Accepted Answer ✓
Azure App Service, maybe? Deploying from the CLI is quick and easy. Or you can do it right from Visual Studio or VS Code.
Setting up a database of your choice (Postgres, MySQL, SQL Server) is nice and easy too.