问题
I have been working on MVC3 project. I have just created Sample email sending job with Quartz.Net in my application. This time, I need to build a job scheduling system in my MVC3 project. The scenario is completely based on UI. It means, the users of the system have to enter the scheduling frequencies like, Defining a Job, Schedule time through the UI. I tried Quartz.Net 2.0.1. I dont have any idea that combining Quartz.Net with UI for scheduling.
Is there any possibilities to attach a scheduler with UI. Please suggest me how can i do this.
Thanks,
回答1:
there are a few open source projects which can help you.
ASP.NET MVC applications:
Quartz.Net Admin
Pluggable:
Quartz.Net Web Console
Crystal Quartz (it doesn't schedule jobs)
Quartzmin (create and schedule jobs )
Windows Forms
QuartzNetManager
来源:https://stackoverflow.com/questions/12470599/combining-quartz-net-with-ui