Bernice Choybernicecpz.hashnode.dev·Nov 27, 2023NSSM 101 & CaveatsOverview You can use NSSM, an open-source tool with both GUI and CLI capabilities to create services on Windows. I am penning down the caveats to look out for while using NSSM. Usage GUI You can create a service via GUI. The main tabs to configure ar...DiscussAutomation and Toolsnssm
Raul NaupariProblog.raulnq.com·May 15, 2023How to Deploy a Windows Service on AWS Elastic Beanstalk using TerraformHosting our applications on Windows Servers will lead us to consider using Windows Services for running background processes or applications without user interaction. In a previous post, we learned How to Deploy a .NET App on AWS Elastic Beanstalk us...Discuss·72 readsAWS
Dominik Schischmasigterm.hashnode.dev·Jun 11, 2022.Net Core and above (5,6,...) windows service / linux systemdIntro While windows services had their own implementation classes in the .Net Framework, when migrating to .Net (Core) we noticed that we had to re-implement the whole service control. Our requirements are, imho, basic requirements for a background w...Discuss·166 readsC#