Remoting is a .NET technology where we can invoke objects which are lying on different server or different geographical location.
Below is the diagram shows the concept of Remoting.

In the above diagram, a client which is located in India want to access object of .NET class from the server which is located in US, So this can be done by Remoting.
Regards,
Asked In: Many Interviews |
Alert Moderator