关于[.NET Core Console Apps - A Better Way?]的摘要:
I was at a customer site last week and a lot of their integration code is a set of console apps that are run on timers to import and export data. This isn't an uncommon use-case. I've got a couple of these lying around myself. I realized that I didn't know of a good exemplar of doing simple console apps using .NET Core in a way that is closer to ASP.NET Core (e.g. dependency injection, lifetime management, cancellation, etc.). So I decided to re-write an old console app I have.
原文地址: http://wildermuth.com/2020/08/02/NET-Core-Console-Apps---A-Better-Way