ILogger Best Practices

If you’re working with .NET Core, you’re likely using an ILogger-based logging system. In this guide, we’ll explore some recommendations and best practices for using ILogger effectively. ...

October 15, 2021 · 6 min

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. ...

June 4, 2018 · 4 min