.NET Remoting Basics

The following sections provide an overview of the .NET remoting technology.

Architectural Overview

The .NET Remoting architecture is extremely flexible and provides developers with a framework that is easy to customize and extend.

This section provides you with a brief description of the most important elements of the framework and introduces a few concepts only present in .NET Remoting.

Application Domains

Application Domains are at the core of the remoting infrastructure and represent the boundaries for Interprocess Communication (IPC).

In classical Win32, Windows creates a new process when an executable is launched. Processes are the lowest level of isolation and cannot directly share memory between each other. Memory ...

Get Delphi for .NET Developer’s Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.