May 2004
Intermediate to advanced
888 pages
22h 31m
English
The following sections provide an overview of the .NET remoting technology.
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 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 ...
Read now
Unlock full access