The Wayback Machine - https://web.archive.org/web/20100724061731/http://www.codeguru.com:80/csharp/csharp/cs_syntax/remoting/

    Remoting

    Windows Meeting Space

    Windows Vista ushered in a new era of collaborative working with Windows Meeting Space. Here, you'll learn how to initiate a secure workgroup of up to nine users over a variety of connections.

    Looking at the WCF Windows Communication Foundation

    Discover Windows Communication Foundation (WCF). Microsoft introduced this technology, which is a part of .NET 3.0, to make your life easy when it comes to building distributed applications.

    Remoting Chat Application

    The application is designed using .NET remoting framework 1.0. .NET remoting provides a very powerful framework for the distributed application.

    Improved .NET Remoting, Part 2: Secure TCP

    The security enhancements that the .NET Framework 2.0 made to the TCP channel enable secure TCP communication either through code or application configuration files. Learn how to apply both techniques to .NET remoting clients and servers.

    .NET Remoting and Event Handling in VB .NET, Part 3

    Learn the ins and outs of .NET remoting and event handling in VB .NET with an examination of the supporting code in a simple chat client and server application, including the use of the command, observer, singleton, and factory patterns.

    .NET Remoting and Event Handling in VB .NET, Part 2

    Learn how to implement a client's configuration file in VB .NET so that the client can talk to your server, and find out why clients that handle server events have to be remotable.

    .NET Remoting Using a New IPC Channel

    Learn a new way to handle .NET remoting.

    Wrapping MFC Objects For Use With .NET Remoting

    One drawback to using remoting in a mixed—MFC/.NET—environment is that MFC objects cannot be remoted. Explore this technique for overcoming this limitation.

    .NET Remoting in Visual C++

    Remoting is one of the three techniques available on the CLR for creating distributed applications.

    .NET Remoting

    Remoting is a more efficient means than Web Services for allowing programs to interact. Learn how remoting differs from Web Services and other technologies. More importantly, learn how to implement remoting.