c# - Windows Services Framework? -


Are there any better frameworks or templates for developing Windows services? I do not usually write windows services and hope someone has shared their expertise through an API or example project.

I am working on a project with the following requirements:

    ** A windows service: **
  • 1. Many freely scheduled functions
  • email / log / sms / ??
  • UPDATE

    marc_s of

    Reply reminded me of 2005 Visual Studio Magazine article by Luther Miller that I have read.

In the context of software, there is no need for anything other than the .NET Base Class Library.

I found this two-part article very useful and knowledgeable, especially on the need to "1. Many other freely scheduled tasks" ....:


Comments