I am trying to write a simple proof of concept application implementing Quartz.net 2.x. I have never seen such poor excuse for documentation. I have so many questions that I can't seem to get answered. It seems that the documentation assumes that you have been using version 1.x and are migrating to 2.x (actually a good portion of the 2.x tutorial is 1.x specific.) Well, I've never used the Java based Quartz, Quartz.net 1.x, and obviously not 2.x. So I will try to lay my question(s) out as organized as I can. An answer to any of them or direction to documentation, a tutorial, etc. would be most welcome.
Ultimately I simply want to implement Quart.net 2.0 to fire any trivial job (embedded. not a service.)
What is structure of the job that Quartz.net executes? A method, class, etc? It seems that it is a class, but I can't seem to find a definitive answer to this question.
Can someone explain what a Factory, Store, and Datamap are and when they should be used?
What's up with the XML? Some tutorial show XML being used... some don't. When and why would I use XML?
I'll stop there for now. I hope someone has the time to help me through this. I would be very much grateful. While code is always helpful, I am more interested in understanding the process. I will need to use Quartz.net in future projects.