Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
remoting
Last modified: Monday, March 03, 2003
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.