Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Combining Quartz.Net with UI

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,

like image 632
Dheyvendaran Avatar asked Sep 18 '12 04:09

Dheyvendaran


Video Answer


1 Answers

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

like image 176
LeftyX Avatar answered Oct 21 '22 23:10

LeftyX