I am trying to evaluate Quartz.Net.
I tested it with adding a class which implemented IJob in the executing assembly and it worked.
Now I want to develop an Job Scheduler in which I can add jobs at runtime.
How to proceed.
Edit:
If it seems subjective I have following specific question.
How to add external class/dll which are unknown at the design time to Quartz.net based scheduler?