Question - What is "Per Call" instance mode in WCF?
Answer -
When a request has made to service, it creates a new instance of service for each method call and this will be disposed of once the response goes to the client. This whole process is known as per call instance mode.