Where can I find good information about common design patterns that can be used to create a new Windows service?
** Update: I ask if there are general schemes that are used to build the service. *
For example: I saw how one task was executed on a timer (this seems very common when building a service). I also saw work queues being deployed as services. Are there other general design patterns for developing software to run as a service?
windows design-patterns windows-services
Dan esparza
source share