I have developed one window service which is working as scheduler. This scheduler is capable of triggering event based on criteria set in the database. Currently it is only capable of starting and stopping another window service. I want to change the code such that it can do many task and that code should be extended so existing code will not be changed.
Please give me your ideas?
thanks in advance.