Running a .NET Core Generic Host App as a Windows Service

I created a basic .NET Console application, mistreatment the Generic Host pattern and took a glance to check if the RunAsService extension, mentioned within the ASP.NET Core documentation, would work. Turns out, it doesn’t, as it’s not on the market on the IHostBuilder interface, just for the IWebHostBuilder. Next, I believed I’d take a… Continue Reading