Windows Service Applications
.NET Framework 3.5
Using Microsoft Visual Studio or the Microsoft .NET Framework SDK, you can easily create services by creating an application that is installed as a service. This type of application is called a Windows Service. With framework features, you can create services, install them, and start, stop, and otherwise control their behavior.
Note: |
|---|
The Windows Service template and associated functionality is not available in the Standard Edition of Visual Studio. |
Note: