PreviousNext

.NET Core Workers as Windows Services

by bill-s, 2019-04-02T00:31:39.532Z

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.

Read More