I found a post by Mike Stall called IL offset 0 vs. Native offset 0 which is specific to the topic of debugging, but what I always find interesting is when someone breaks down code examples from C# to show the IL instructions and then the assembly instructions from IL. My assembly is admittedly very weak, so this kind of post gets me fired up to learn and re-learn what is happening at the lowest levels and take a break from my typically abstracted view of in the world of code these days. :-)