---
title: "What are the remotable and non-remotable objects in .Net Remoting?"  
description: "What are the remotable and non-remotable objects in .Net Remoting?"  
author: "Rajesh Goswami"  
published: 2010-11-18  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/254/what-are-the-remotable-and-non-remotable-objects-in-dot-net-remoting  
category: "mobile development"  
tags: ["mobile development"]  
reading_time: 1 minute  

---

# What are the remotable and non-remotable objects in .Net Remoting?

The remotable objects are the objects which can bedistributed accross domains, can be used with domain. \

The non-remotable objects are the objects which can't be distributed accross domains. In distributed System, if anobject is very big, we can make it non-remotable object.

## Answers

### Answer by Rajesh Goswami

The remotable objects are the objects which can bedistributed accross domains, can be used with domain. \

The non-remotable objects are the objects which can't be distributed accross domains. In distributed System, if anobject is very big, we can make it non-remotable object.


---

Original Source: https://www.mindstick.com/interview/254/what-are-the-remotable-and-non-remotable-objects-in-dot-net-remoting

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
