Define Singleton activation mode in .Net Remoting - Remoting.NET

Define Singleton activation mode in .Net Remoting.

- A single object is instantiated regardless of the number of clients accessing it.
- Lifetime of this object is determined by lifetime lease.
Define the lease of the object - .Net Remoting
.Net Remoting - By implementing ILease interface when writing the class code.....
.NET Remoting versus Distributed COM - .Net Remoting
.NET Remoting is the successor of DCOM. Microsoft DCOM is a solution for distributed object and very good in terms of performance when components are in the same network......
Advantage of Remoting over Web Services - .Net Remoting
.NET Remoting allows objects to interact that can be hosted in different application domain within the same process or different process....
Post your comment