- Course
- Core Tech
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
About the author
With over 15 years experience, Jason Roberts is a Microsoft .NET MVP, freelance developer, and author.
More Courses by Jason