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

Containerising a .NET Framework Project

Do you have a console application you have written using the .NET 4.6 Framework? Want to quickly get it going in a container? Thanks to Windows Containers, we can do this quite easily. This guide assumes you have Docker for Windows installed (requires Windows 10 Professional or later). If you don’t, you could do this on an AWS instance - they have a Windows Server 2016 with Containers instance that is perfect for this. ...

June 6, 2018 · 2 min