3 ways to do WCF instance management (Per call, Per session and Single)

Posted on C# Corner See other posts from C# Corner
Published on 6/6/2010 10:49:07 AM Indexed on 2010/06/07 8:03 UTC
Read the original article Hit count: 269

Filed under:
Many times we would like to control the way WCF service objects are instantiated on WCF server. You would like to control how long the WCF instances should be residing on the server.

© C# Corner or respective owner