All-In-One Windows Service Code Samples
Introduction
The All-In-One Windows Service code samples demonstrate the typical programming topics about Windows Services. These topics are either frequently asked in MSDN forums and Microsoft Support, or are requested by many developers via our code sample request function. We want to alleviate the frustration felt by developers when they are developing Windows Services.
Visual Studio 2008 Code Samples
Download all code samples: http://1code.codeplex.com/releases
Submit your request of Windows Service code samples (Guidance)
Possible to create a sample Windows Service in c# or C++ that shows how to have client pc's use sockets to communicate and receive information from the service. Number of clients could be over 100.