Define the lease of the object - .Net Remoting

Define the lease of the object.

- A lease of an object can be defined by implementing ILease interface when writing the class code.
- The lifetime lease will determine the lifetime of the serverobject.
- The only property on the lease that can be altered once the lease is created is Ilease.CurrentLeaseTime.
.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....
When should we choose .Net Remoting over .Net Web Services? - .Net Remoting
.Net Remoting provides distributed solution for a corporate use. So, if you need distributed environment to be implemented for internal use, .Net remoting is the best choice....
Post your comment