|
.Net Remoting is used for remote login. It is a simple programming model/ framework which allows objects from different machines/ processes/ application domains to communicate each other. It allows the flexibility of using different types of communication protocols (tcp, http etc.) and message formaters (binary, SOAP etc.). Communication among different application domains is facilitated by remoting objects. Remoting objects can be hosted using Managed Executables/ IIS/ .Net Component Services. It is also possible for .Net applications running on different machines to share the same instance of a remoting object hosted on a server.
It demonstrates the following patterns and technologies.
|
|
Publisher listener design pattern.
|
|
|
Server activated singleton objects.
|
|
|
Marshal by reference remote object access.
|
|
|
Raising events from remote objects.
|
|
|
Use of binary format over TCP channel.
|
CDN Software Solutions Pvt. Ltd., worked on this concept for easy & direct access to information for our client in Brazil.
|