What is .Net Remoting?

 Posted by Susanthampy on 6/2/2011 | Category: ASP.NET Interview questions | Views: 13955 | Points: 40
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 

Comments or Responses

Login to post response