Hosting a .NET Core WebAPI in Heroku using Docker
When .NET Core was announced, the most exciting thing for me was always the fact I could host things I wrote in C# on Linux machines. The possibilities were huge! Then Docker came along, and being able to host containerised copies of my code interested me. Today I present how to quickly get a .NET Core WebAPI project up and running in Docker, and in this example - hosted on Heroku. ...