first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Developing Windows Services; James Foster

With the .NET Framework, it is much easier to develop applications that run as Windows Services using classes defined in the System.ServiceProcess namespace. This article starts with an overview of the ServiceProcess namespace and the classes you are most likely to use in developing your own services. Next, we’ll look at an developing an example using Visual Studio.NET. Finally, we’ll cover the installation of your service.

[http://www.dotnetcoders.com/web/ Articles/ShowArticle.aspx?article=32]

Also see “How to create a setup project for a Windows Service application in Visual C#” here:

http://support.microsoft.com/kb/816169
mod date: 2008-08-25T01:00:52.000Z