Click here to Skip to main content
15,886,851 members
Everything / Windows service

Windows service

Windows-service

Great Reads

by Mustafa Kok
Easily debuggable Windows service project template written in C#
by Shuqian Ying
Implementing the user account setting part of Membership+ management system.
by Matthew Dennis
A utility to run Redis, or other executables, as a Windows Service.

Latest Articles

by Fredrik Rudberg
A Windows service that removes files older than a specific date from a configurable set of folders
by Mustafa Kok
Easily debuggable Windows service project template written in C#
by Alon Lek
HostMe is a simple one EXE application that can host your static web pages easily. It can run either as a console or as a Windows service with the minimal amount of effort from your side.
by Shesh Lamichhane
Step by step to add the transformation files of app.config in your .NET Windows service

All Articles

Sort by Score

Windows service 

14 Apr 2016 by Alon Lek
Create a simple self hosted Web API service that runs as console and as service in just 2 minutes
5 Jul 2012 by Sumit Chawla
2-Legged OAuth Authentication in .NET (C#)
14 Jan 2016 by Alexandros Pappas
Windows Service that launches UI app
9 Apr 2016 by Alon Lek
How to create a program that can run as console or as Windows service easily, and install it without using installutil
23 Jan 2012 by Abey Thomas
Start a .NET WCF Windows Service automatically soon after the setup installation is complete.
9 Nov 2015 by Yet another user
Creating a self installing Windows service with C#
9 Dec 2016 by Shesh Lamichhane
Step by step to add the transformation files of app.config in your .NET Windows service
20 Jan 2016 by Alexandros Pappas
Windows Services cannot create more than a certain number of processes, whereas Console Applications seem not to have a limit.