Locks Are Tricky — Let's Understand Them by Building One
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the intricacies of concurrency primitives and lock mechanisms in this conference talk from NDC Melbourne 2022. Delve into the reasons behind the preference for message passing over shared memory protected by critical sections. Examine the potential risks and pitfalls of using the lock keyword in C#. Gain a deeper understanding of how concurrency primitives function and the challenges they present. Investigate the inner workings of async programming. Learn to construct custom primitives for both non-async and async environments in C#. Enhance your knowledge of concurrent programming techniques and best practices through practical examples and in-depth explanations.
Syllabus
Locks are tricky — let's understand them by building one - Adam Furmanek NDC Melbourne 2022
Taught by
NDC Conferences
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube