- .NET remoting allows objects to be placed remotely across a network where they can communicate with local objects.
- Remote objects are activated in different ways as client-activated objects which have a finite lease time or server-activated objects which can accept single or multiple calls.
- The document provides details on remote objects, channels for message passing, and activation methods and gives examples of creating a remotable class.