Highlights:
When you’re thinking about writing a distributed application in .NET, your options are .NET Remoting and XML Web services. XML Web services are ideal for applications that need to interoperate with other platforms. Its transport protocol is in strict adherence with the Simple Object Access Protocol (SOAP) specification, so any client that can talk SOAP [...]