vote up 3 vote down star
3

I'm interested in learning more about the .NET CLR internals and how the language is abstracted away. Can anyone recommend a book or two? Thanks.

flag
This has already been covered before: stackoverflow.com/questions/110379/… – Stewart Johnson Oct 27 '08 at 14:40

3 Answers

vote up 14 vote down check

CLR via C#, Second Edition will teach you everything you need to know.

link|flag
I second that book. :) – Steven Murawski Oct 27 '08 at 14:31
I consider this a must-read for all serious .NET developers – Mark Heath Oct 27 '08 at 14:33
Yeah absolutely this book is essential. – Stewart Johnson Oct 27 '08 at 14:39
The .NET book. Accept no substitutes. – Will Oct 27 '08 at 14:43
vote up 3 vote down

Check out this question for some answers.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.