Answer: .NET Remoting is a mechanism for communicating between objects which are not in the same process. .NET remoting enables you to build widely distributed applications easily, whether application components are all on one computer or spread out across the entire world. It provides a number of services, including activation and lifetime support, as well as communication channels responsible for transporting messages to and from remote applications.
Refer this link,
http://www.codeproject.com/KB/IP/remotingchatsample.aspx
Asked In: Many Interviews |
Alert Moderator