Remoting with C# and .NET

by David Conger

Published 17 January 2003
Remote objects, or Remoting, is the next step along the evolutionary path of RPC, COM, and COM+. Remoting is Microsoft's new method of creating and accessing distributed objects across a local network or across the Internet, running on Windows or any other operating system. This book presents a look at the fundamentals of how Remoting and Web Services work, with guidance and examples.