Click here to Skip to main content
15,890,512 members
Articles / Desktop Programming / Win32

Volatile fields in .NET: A look inside

Rate me:
Please Sign up or sign in to vote.
4.72/5 (27 votes)
27 Nov 2008CPOL3 min read 47.9K   22  
The article describes in detail volatile fields in .NET and how they work on different CPU architectures.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead bwin Interactive Entertainment AG
Austria Austria
The views expressed in my articles are mine and do not necessarily reflect the views of my employer.

if(youWantToContactMe)
{
SendMessage(string.Format("{0}@{1}.com", "liptchinski_vit", "yahoo"));
}

More info in my LinkedIn profile:
http://www.linkedin.com/in/vitaliyliptchinsky

Comments and Discussions