A C# Pill that tries to peek under the hood of the `lock` instruction. Is the `lock` statement just a syntactic sugar for the usage of `Monitor` class?
-
Updated
Nov 11, 2021 - C#
A C# Pill that tries to peek under the hood of the `lock` instruction. Is the `lock` statement just a syntactic sugar for the usage of `Monitor` class?
Замер того, насколько медленнее работает метод с try/finally на .NET 8, 9 и 10: четыре машины, машинный код, прогон без динамического профиля
A C# Pill to demonstrate that there is no functional difference between a 'try-finally' block, a 'using' block and a 'using' declaration.
To associate your repository with the try-finally topic, visit your repo's landing page and select "manage topics."