Microsoft has unveiled a new Dynamic Language Runtime (DLR) layer for the .NET development platform. Designed to simplify the process of bringing support for additional dynamic languages to .NET, the ...
How to take advantage of the volatile keyword in C# to ensure that concurrent threads get the latest value of an object The optimization techniques used by the JIT (just-in-time) compiler in the ...