paint-brush
Understanding Concurrent Collections in C#by@anatolyp
9,720 reads
9,720 reads

Understanding Concurrent Collections in C#

by Anatoly Pashmorga4mDecember 15th, 2021
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow
EN

Too Long; Didn't Read

System.NET's System.Collections.Concurrent` is a namespace to work with a multithreaded environment. It provides concurrent addition and removal of items from multiple threads with the `Add` and `Take` methods. Your best choice is steering away from concurrency as much as possible, but when it is not possible, concurrent collections can be handy, even though by no means are they a magic wand.

Company Mentioned

Mention Thumbnail
featured image - Understanding Concurrent Collections in C#
Anatoly Pashmorga HackerNoon profile picture
Anatoly Pashmorga

Anatoly Pashmorga

@anatolyp

Software engineer with 10+ years of experience in C# / .NET, JS / TS, cross-platform mobile development

About @anatolyp
LEARN MORE ABOUT @ANATOLYP'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Anatoly Pashmorga HackerNoon profile picture
Anatoly Pashmorga@anatolyp
Software engineer with 10+ years of experience in C# / .NET, JS / TS, cross-platform mobile development

TOPICS

Languages

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite