From the course: Advanced C#: Thread-Safe Data with Concurrent Collections

How to access the sample code on GitHub

- [Instructor] The source code for this course is on GitHub in our LinkedIn Learning location. Look for concurrent hyphen collections hyphen 2824383. That's where you'll find the source code. The way we organize source code in my courses in branches. So each example or each demo will be in a branch. You won't find much in the main branch, but look at all these other branches available here. And of course use your favorite tool to clone a copy of this GitHub repository. I usually go and click here to clone our download, copy this link, switch to Visual Studio, I'm in 2019, and then go to the start window, click on this clone or check out code, paste in that URL, and then it'll make a folder on my hard drive at this location. Click on clone and a few minutes later you'll have a copy of the source code on your computer and you can start following along in Visual Studio.

Contents