Expanded Library
Getting Started Building Windows Services with Topshelf
Learn how Windows Services work, what benefits they offer, and how to easily create them using Topshelf.
What you'll learn
Windows Services are a method by which we can deploy code and have it running in the background without needing to manually log-in and start console applications, for example. We can write Windows Services in .NET but developing, testing, debugging, and installing Windows Services can be tricky. Topshelf is an open source library that greatly reduces the friction of developing, testing, and installing Windows Services.
Table of contents
Course Overview
1min
Understanding Windows Service Fundamentals
26mins
Developing a Windows Service from Scratch
26mins
Deploying, Debugging, and Logging Windows Services
20mins
Managing Service Lifetime and Controlling Running Services
28mins