Scheduling library
-
Hello, Can you recommend any library for scheduling tasks to be executed at different times? There are several at codeproject but most of them have bug reports in messages and aren't supported. The best one I have found is this: Quartz.NET[^] Does anyone have any experience with this or any other libraries? Thank you.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
Hello, Can you recommend any library for scheduling tasks to be executed at different times? There are several at codeproject but most of them have bug reports in messages and aren't supported. The best one I have found is this: Quartz.NET[^] Does anyone have any experience with this or any other libraries? Thank you.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
Windows Scheduled Tasks?
-
Hello, Can you recommend any library for scheduling tasks to be executed at different times? There are several at codeproject but most of them have bug reports in messages and aren't supported. The best one I have found is this: Quartz.NET[^] Does anyone have any experience with this or any other libraries? Thank you.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
Are you looking for a fully ready application or a library for a developer to build such an application or something in between because we have both ends of that covered?
"It's so simple to be wise. Just think of something stupid to say and then don't say it." -Sam Levenson
-
Hello, Can you recommend any library for scheduling tasks to be executed at different times? There are several at codeproject but most of them have bug reports in messages and aren't supported. The best one I have found is this: Quartz.NET[^] Does anyone have any experience with this or any other libraries? Thank you.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
I general create a consol app and the use the scheduler baked into windows to fire it off.
-
Are you looking for a fully ready application or a library for a developer to build such an application or something in between because we have both ends of that covered?
"It's so simple to be wise. Just think of something stupid to say and then don't say it." -Sam Levenson
I am looking for a library :)
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
Windows Scheduled Tasks?
No, that won't help me. I need to execute multiple tasks in my application at different times.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
Hello, Can you recommend any library for scheduling tasks to be executed at different times? There are several at codeproject but most of them have bug reports in messages and aren't supported. The best one I have found is this: Quartz.NET[^] Does anyone have any experience with this or any other libraries? Thank you.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
Quartz.NET is really good and very flexible. There is also Castle.Components.Scheduler[^] I have not use any for a real project.
-
Hello, Can you recommend any library for scheduling tasks to be executed at different times? There are several at codeproject but most of them have bug reports in messages and aren't supported. The best one I have found is this: Quartz.NET[^] Does anyone have any experience with this or any other libraries? Thank you.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
Are these any help? (Both are CP articles I've made use of in the past) Guadagno Task Scheduler[^] AB Trans Clock[^]