Can anyone suggest any books or websites which go into detail about how the CLR works? I've been trying to learn more about the detail of how my applications execute, but have found a relatively small number of resources.
There are a few great blog posts on MSDN, such as this one about object lifecyles. I've also recently bought Jeffrey Richter's excellent CLR via C# which provides a great overview of how pretty much every C# construct translates into CLR.
I still want more detail though - it'd be great to cover every topic in CLR via C# in the same level of detail as the MSDN article. Any suggestions for blogs/books/articles which go into significant depth on the CLR?