Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Parallel Programming and Concurrency with C# 10 and .NET 6
Alvin Ashcraft
ISBN: 978-1-803-24367-2
- Prevent deadlocks and race conditions with managed threading
- Update Windows app UIs without causing exceptions
- Explore best practices for introducing asynchronous constructs to existing code
- Avoid pitfalls when introducing parallelism to your code
- Implement the producer-consumer pattern with Dataflow blocks
- Enforce data sorting when processing data in parallel and safely merge data from multiple sources
- Use concurrent collections that help synchronize data across threads
- Debug an everyday parallel app with the Parallel Stacks and Parallel Tasks windows
High-Performance Programming in C# and .NET
Jason Alls
ISBN: 978-1-800-56471-8
- Use correct types and...