Top "Memory-model" questions

For questions on memory ordering models at the programming language level (above the ISA or machine language level).

Does Interlocked.CompareExchange use a memory barrier?

I'm reading Joe Duffy's post about Volatile reads and writes, and timeliness, and i'm trying to understand something about the …

c# multithreading optimization volatile memory-model