What is "Automatic activation" in WCF ?

 Posted by Akiii on 12/27/2011 | Category: WCF Interview questions | Views: 7013 | Points: 40
Answer:

Automatic Activation means that the service is not necessary to be running in advance. When any message is received by the service it then launches and fulfills the request. But in case of self hosting the service should always be running.

Thanks and Regards
Akiii


Source: Codeproject | Asked In: Some Interviews | Alert Moderator 

Comments or Responses

Login to post response