Use Quartz.NET library for running jobs in a Windows service
Have you ever wanted to run scheduled tasks within a running Windows Service? I do from time to time, and the discovery of this library made a life a lot easier. I’ve come across Quartz.NET, which gives you a rich job scheduling system. Quartz.NET is a pure .NET library written in C# and is a…
read more