Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

what are two differnt types of remote objects creation mode in .net?

0
Posted

what are two differnt types of remote objects creation mode in .net?

0

The two different types of remote objects creation are Server Activated Object mode Client activated Object mode Server Activated object is also called as “Call mode”.In this type of creation we have two differnt modes ofcreating object.”Single Call” and “Singleton”. In single Call mode object is created for every method call hence it is stateless.In Singleton mode object is created only once and it is shared to all clients. Client activated objects are statefull.In CAO the creation request is sent from clientside. Client holds a proxy to the server object created on server.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123