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

What you should know

- [Instructor] This course is not a beginner course. It's meant to be a fast and practical introduction to the concurrent collections. I expect you to know how to work with Visual Studio. If not, check out my multipart series on this powerful developer IDE. In this course we'll use Visual Studio 2019 Enterprise edition. It's not a require that you have Enterprise experience however, as long as you are comfortable with any of the other editions, you'll be fine. You should be able to perform basic debug steps in Visual Studio, concepts like breakpoints, stepping through code, and using watch windows are a necessary skill for this course. The source code for this course is written in C# so familiarity with C# is valuable. All the source code for this course is on GitHub. We use branches for the example files. Check out the numbered branch to see the code for each video. You should know how to use Git and GitHub tools integrated into Visual Studio. You'll need to clone the GitHub repository and open the solution file in the source folder. Check out the other videos in this chapter to discover the GitHub repository location. So if you have skills to continue and you are ready to discover the concurrent collections you're in the right place. Let's get started.

Contents