Search This Blog

Sunday, May 22, 2011

Independent Startup Order of Communicating Applications

Summary: A simple example showing how to implement the communication where the client application can start to communicate before the service application is running.

Sunday, May 15, 2011

Service Listening to TCP, HTTP and Named Pipe at the same Time

Summary: A simple example showing how to implement a service listening to TCP, HTTP and Named Pipe at the same time.