views:

294

answers:

2

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?

A: 

Found a link about Quartz.Net and dependancy injection.

http://blog.goyello.com/2009/09/21/how-to-use-quartz-net-in-pro-way/

I will evaluate and update the progress.

Sachin
+2  A: 

Here's a Windsor facility for Quartz.Net I wrote some time ago.

Mauricio Scheffer
+1. Yes. I had gone through the same earlier. Good one.
Sachin