.NET Internals Cookbook Part 7 — Word tearing, locking and others

This is the seventh part of the .NET Internals Cookbook series. For your convenience you can find other parts in the table of contents in Part 0 – Table of contents 45. Should we always avoid boxing? Boxing is expensive, it wraps value types into reference instances so we lose some performance. However, take this … Continue reading .NET Internals Cookbook Part 7 — Word tearing, locking and others