Tag: 'best practices'

.NET Core Console Apps  - A Better Way?
.NET Core Console Apps - A Better Way?
August 2, 2020

[UPDATE] After reviewing some of the code and talking with commenters, I agree that using HostServices for console apps is a bad idea. I've refactored this to use the host but not the HostService. I believe that the entire host is still useful for configuration, logging, and DI. See below for the latest changes: