Community

Creating a .NET Windows Service: Three Different Approaches

(Ravindra Okade) The article details three different approaches to creating a .NET service. Most common is the timer-based service, which simply relies on a timer to invoke the background thread periodically. I also cover two other alternatives: using a single worker thread and using multiple worker

Read More - Register for Free Membership