What is .NET remoting?

Showing Answers 1 - 4 of 4 Answers

vidhya

  • Sep 20th, 2005
 

.NET remoting provides a framework that allows objects to interact with one another across application domains. The framework provides a number of services, including activation and lifetime support, as well as communication channels responsible for transporting messages to and from remote applications.for further info refer MSDN

  Was this answer useful?  Yes

Basically remoting is the way to communicate two or more machines in Network by using System ports and sockets. with the help of Client and Server applications which developed in Dot Net ,Implementing the client server archetecture. To implement remoting  you have to study  about System.Net, System.Net.sockets. the use of remoting is in making Spy softwares.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions