关于[Creating a Windows Service with .NET Core 3.0]的摘要:
In a previous version of a Professional C# book I’ve written a complete chapter on how to create Windows Services with the .NET Framework. Using .NET Core 3.0, it’s a lot easier to create Windows Services: just a single line of code is needed to convert a background worker to a Windows Service.
原文地址: https://csharp.christiannagel.com/2019/10/15/windowsservice/