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

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Next steps

Next steps

- [Walt] You've reached the end of the course. We spent considerable time examining the concurrent collections namespace. Perhaps you were wondering what to do next. While we've talked about multiple threaded code, we didn't spend much time talking about how to think about writing asynchronous code or parallel code. I recommend you research threading and async code. You also might want to look at parallel programming which is another area that is thread related. The thread part is not as interesting in these topics as understanding the architecture topics though. Good design is important. When you want to brush up on your basic debug skills, consider watching my Visual Studio debugging course. To look deeper at threading tools in Visual Studio, watch my Advanced Debugging course. If you want to dig deeper into the Microsoft .NET system we've got lots of courses on the traditional .NET framework and additional topics…

Contents