1513 Views
Before Worker Services in ASP.NET Core 3, there was a famous and practical way to implement a Windows service: TopShelf. This library provides a way to create a Windows service from a Console Application. I wrote an article three years ago about TopShelf and Ninject ( http://anthonygiretti.com/2016/01/11/how-to-create-and-configure-a-windows-service-with-topshelf-and-ninject/) and in this article we will review that implementation and migrate it to ASP.NET Core 3 Worker Service.
0 comments