Windows services are a way to create continuously running applications in the
background. They don’t interfere with other applications and can be run
whenever a machine starts..............
a. Running services in background like antivirus
b. Disk or memory access monitoring
c. To implement security systems for an application..............
a. Create a window service project.
b. Service file appears with a constructor and OnStart and OnStop
methods.................
Also read
Framework
XML in ADO.NET
Windows workflow foundation
Globalization localization
|