Most suitable collection for multithreading requests?

Posted by Raj Aththanayake on Stack Overflow See other posts from Stack Overflow or by Raj Aththanayake
Published on 2010-05-11T00:45:21Z Indexed on 2010/05/11 0:54 UTC
Read the original article Hit count: 183

Filed under:
|
|

I have ~10,000 records would like to keep in a collection in memory and execute LINQ queries against it. This collection should be available for all the users in the application domain and can access concurrently. I’m looking for a .NET collection that supports multithreading can query asynchronously and efficiently without any threading issues. Any suggestions on deciding a collection for this?

© Stack Overflow or respective owner

Related posts about threading

Related posts about LINQ