PreviousNext

The C# Memory Model in Theory and Practice

by bill-s, 2013-01-05T03:45:36.000Z

This is the first of a two-part series that will tell the long story of the C# memory model. The first part explains the guarantees the C# memory model makes and shows the code patterns that motivate the guarantees; the second part will detail how the guarantees are achieved on different hardware architectures in the Microsoft .NET Framework 4.5.

Read More