Search code examples
.netlanguage-designinternalarchitecture

Preferred books or study to know internal working of .net


I want to know the internal working of .net when we doing any thing at application level. Like if in my project I will create an object of class then what happened in the behind of the scene in .net internal level or when I inherit a base class to a child class then how my child class get all method of base class what exactly happened inside the .net.

It might be a curious question but I want to know the internal depth and working of all. It is most appreciable, If anyone can suggest me a book, reading or a great article in this.


Solution

  • Imho, one of the best is "CLR via C#" By J. Richter