admin on June 19th, 2009

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 [...]

Continue reading about Remoting and Security