In .NET Core 3.0 we are introducing a new type of application template called Worker Service. This template is intended to give you a starting point for writing long running services in .NET Core. In this walkthrough we will create a worker and run it as a Windows Service.
情報源: ASP.NET Blog | .NET Core Workers as Windows Services
概要
ASP.NET Coreで作成したアプリケーションを、Windows Serviceして動作させるための手順。
以下も参照。
コメント