- Jul 31, 2020
- 9,111
- 1,042,357
- 129
TUTProfessor submitted a new resource:
How To Write Bulletproof Multi-Threaded C# Code - This course teaches you how to write robust multi-threaded C# code. A skill every professional .NET
Read more about this resource...
How To Write Bulletproof Multi-Threaded C# Code - This course teaches you how to write robust multi-threaded C# code. A skill every professional .NET
This course teaches you how to write robust multi-threaded C# code. A skill every professional .NET developer must know
What you'll learn
- Learn to write multi-threaded code
- Safely abort a thread
- How can two or more threads exchange data?
- The main reasons why multi-threaded code crashes
- Learn to resolve race conditions
- Use AutoResetEvent and ManualResetEvent in your code
- The Dining Philosopher...
Read more about this resource...