How to Sync a C# Application in-memory object

Posted by Sandeep on Stack Overflow See other posts from Stack Overflow or by Sandeep
Published on 2010-05-14T05:43:07Z Indexed on 2010/05/27 16:11 UTC
Read the original article Hit count: 110

Filed under:
|
|
|

I have a WCF service to be load balanced with NLB (Windows Network Load Balancer). So I need a Dictionary object to be synced across all the instances of the WCF service.

What is the best possible way to do this?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about synchronization