Configuring Quartz.Net with an ADO.Net Job Store (AdoJobStore) – Part 2
In Part 1 we set up our database so that we could use it as a job store for Quartz.Net. Now, we need to set up our scheduler job store properties to use said database. Here are the most common properties and values that need to be set in order to get the scheduler to use the database as its job store:
Continue Reading