A
.NET technology that allows objects residing in different
application domains to communicate. Objects in different application domains are said to be separated by a
remoting boundary. Objects using remoting may be on the same computer, or on different computers connected by a
network. Remoting is the .NET replacement for
DCOM.