What are the remotable and non-remotable objects in .Net Remoting?
Ask by Rajesh Goswami
Updated 20 Sep 2020
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.