PrepAway - Latest Free Exam Questions & Answers

2 Comments on “Which instancing mode should you use?

  1. Sorryb says:

    See :https://msdn.microsoft.com/en-us/library/ms731193(v=vs.110).aspx

    PerCall: A new InstanceContext (and therefore service object) is created for each client request.
    PerSession: A new InstanceContext (and therefore service object) is created for each new client session and maintained for the lifetime of that session (this requires a binding that supports sessions).
    Single: A single InstanceContext (and therefore service object) handles all client requests for the lifetime of the application.




    1



    0

Leave a Reply