windows service

Windows Service File System Watcher using C# Visual Studio 2013

This app is the Windows Service App in Visual Studio 2013. It implements File System Watcher to monitor any changes to a particular folder and it then sends email and log the events to a specified text file. Email configuration settings have been set using Project properties so you can put your settings using the project properties or App.config file. To install the application 1. Unzip the folder

How to Create Windows Service C#

In this tutorial we are going to learn how to create windows service. One of the powerful feature of .NET environment is it is facilitate to create windows services. Windows services are executable applications that run in background. They are controlled by Service Control Manager. According to Microsoft windows service is very much close to unix concept of cron job. Usually starts when windows