The project is the extensions of Quartz for .net core project, it benefits you from DependencyInjection.
Welcome to open issue in https://github.com/zhurongbo111/Quartz.NetCore.DependencyInjection/issues
[This is a fork, credit goes to Mark and Lewis] Ninject.Extensions.Quartz provides a Quartz JobFactory to create your Quartz jobs from your Ninject IoC container
ServiceStack.Funq.Quartz allows an easy registration of all Quartz Jobs within ServiceStack's Funq container. This allows for dependency injection within any Quartz Job.
Quartz Admin allows you to fire up a UI web interface to manage your Quartz scheduler. It's plug and play all you have to do is pass it on your scheduler instance and it will pull all your jobs from it.
- View all the jobs together with the schedule
- Execute jobs on demand
- List triggers
This library provides a fully functioning Amazon DynamoDB JobStore for Quartz.NET using the AWS SDK Dynamo client.
Quartz.NET is a full-featured, open source job scheduling system that can be used from smallest apps to large scale enterprise systems.
For details of changes per...
More information