ASP.NET - Explain Singleton architecture of Remoting.

Explain Singleton architecture of Remoting.

- This architecture comprises of messages, sinks, proxies and configuration objects.

There are two approaches that are used in Remoting architecture:

1. Single call
2. Singleton

- The singleton remoting architecture is effective for limiting the maximum number of instances of a class to exactly one.
- This architecture is used when all the applications have to use or share same data.
ASP.NET - How to specify remoting parameters using config files?
How to specify remoting parameters using config files - The remoting parameters can be specified through both programming and in config files....
ASP.NET - What is marshalling? Explain types of marshalling.
What is marshalling? Explain types of marshalling - Marshaling is a process of transforming or serializing data from one application domain....
Post your comment