---
title: "What is .NET Remoting?"  
description: "What is .NET Remoting?"  
author: "Amit Singh"  
published: 2011-03-17  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/416/what-is-dot-net-remoting  
category: "wcf"  
tags: ["wcf"]  
reading_time: 1 minute  

---

# What is .NET Remoting?

**.NET Remoting** is an enabler for application communication. It is a generic system for different applications to use to communicate with one another. .NET objects are exposed to remote processes, thus allowing interprocess communication. The applications can be located on the same computer, different computers on the same network, or even computers across separate networks.

## Answers

### Answer by Amit Singh

**.NET Remoting** is an enabler for application communication. It is a generic system for different applications to use to communicate with one another. .NET objects are exposed to remote processes, thus allowing interprocess communication. The applications can be located on the same computer, different computers on the same network, or even computers across separate networks.


---

Original Source: https://www.mindstick.com/interview/416/what-is-dot-net-remoting

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
