views:

20

answers:

2

Hello experts,

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.

+4  A: 

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

zerkms
It really doesn't get better than this.
Tom Anderson
@Zerkms - Thanks a lot!
Rick
A: 

A good starting point is Charles Petzold's .Net Book Zero free book

In addition to CLR via C#, I also recommend Advanced .Net Debugging and the slightly-dated Debugging Microsoft .Net 2.0 Applications if you really want to dig deep into the internals.

Andy Dent
@Andy - Thanks for your support
Rick