A current project that I am working on, is a namespace called SWN, or standalone webservice namespcae. The general Idea is to write a namespace to aid developers in writing stand-alone Servers, that function as web servvices. The namespace will also provide methods for "consuming" these mock-webservices.The advantage of a standalone TCP/IP mock-Web service is that they are:1. Very, very, portable2. Easily Deployed3. Free to deploy and use (no hosting fee)4. No required knowledge of ASP.NET or Winforms, only the C# language.Here is an example Webservice, and a client that consumes it:Webservice: