I am new to Quartz.NET so bear with me please. I would like to run Quartz.NET as a stand-alone service which runs jobs. I would like to create a different assembly containing all the jobs I need to run and have Quartz configured to run these jobs from my assembly.
Thus, whenever I create a new job, I add this to my assembly and all I am left to do is to replace the old assembly and restart the Quartz service.
Is this possible?
Could anyone please show/redirect me to a code example showing how to do this.