I’m trying to determine what would be a good Process Scheduler for .NET applications, so far I have only looked into Quartz.NET. Are there any viable alternatives and what are the tradeoffs when using them?
I’m trying to determine what would be a good Process Scheduler for .NET applications,
Share
Honestly, Quartz.NET is pretty much the best one out there. One of Quartz.NET’s biggest strengths lies in the fact that you schedule tasks using CRON expressions. This gives you are succinct format that can easily be configured and stored in a variety of places.