What's singlecall activation mode used for in .net?



What's singlecall activation mode used for in .net?..

Answer / Aqib Ashhar

SingleCall activation mode is used in .NET Remoting when a client calls methods on a remote object that are marked with the SingleCall attribute. This means that each call from a client to the same object on the server will be handled by a different thread on the server, but within the context of the same instance of the remote object. This mode is used to optimize performance when there's no need for stateful communication between the client and the server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is .net3.0 and .net3.5?

1 Answers  


What data providers available in .net to connect to database?

1 Answers  


Can we Classic ASP,.Net 1.0, .Net 1.x and .Net 2.0 installed on the same system?

2 Answers   Value Labs,


What are the differences in C# .Net and ASP .Net.

4 Answers   NetLink,


Which is the main Difference Between .Net 2003 and .Net 2005?

1 Answers  


What is func in .net 3.5?

1 Answers  


How to send the Mail in C# using ASP.Net ? And my Answer is as follows ?

3 Answers   Intel,


How to get the hostname or IP address of the server?

2 Answers  


How inheritance works in .net?

1 Answers  


how can i create a table from front end to back end in wabe page?

1 Answers  


Which server tag comes from server when we submit any data

1 Answers  


which is the best dot net coaching center in visakhapatnam??

3 Answers  


Categories