Remoting

Noun · Development

Definitions

  1. A programming paradigm that allows objects or methods to be invoked across process or machine boundaries as if they were local, abstracting away network communication details.

    In plain English: A way to call code running on another computer as if it were running on yours, hiding all the network plumbing.

    Example: "We used .NET Remoting before WCF came along and replaced it."

Related Terms