views:

137

answers:

4

Regarding C# Windows Services...

Where can I find a good tutorial?

I'm looking for a tutorial that is good for beginners and people who are out of practice.

+2  A: 

This one on MSDN is older, but pretty useful.

Brian Schantz
A: 

This is the one that taught me all I needed to know to write my first service: Code Project Simple Window Service

JohnForDummies
A: 

This link from "Switch on the Code" provides all the basic information on developing Windows Service using C#

Sanket
A: 

Try these examples

C# Corner

DevSource

Code Project

DevHood

Ron Skufca