Quartz.NET vs Windows Scheduled Tasks. How different are they?
问题 I'm looking for some comparison between Quartz.NET and Windows Scheduled Tasks? How different are they? What are the pros and cons of each one? How do I choose which one to use? TIA, 回答1: With Quartz.NET I could contrast some of the earlier points: Code to write - You can express your intent in .NET language, write unit tests and debug the logic Integration with event log, you have Common.Logging that allows to write even to db.. Robust and reliable too Even richer API It's mostly a question