Close

Back2Basics - Windows Services in Powershell & TopShelf

When designing systems, distributed or otherwise, engineers create applications which can be roughly classified into two major categories: (a) Long running, background processes which require multiple steps / dependencies / workflow items to complete and (b) (mostly) interactive shorter duration programs. In Microsoft application landscape, the earlier category of daemon / majordomo style apps are best served…

Share