C# Concurrent classes are provided through System.Collections.Concurrent
Concurrent classes: for thread-safe operations i. e. Now multiple threads can access the Collections without creating problems
Concurrent classes:
BlockingCollection
ConcurrentBag
ConcurrentStack
ConcurrentQueue
ConcurrentDictionary
Partitioner
Partitioner
OrderablePartitioner