Do you know any good book about the workings of the CLR, the .NET Framework and CIL as opposed to any specific .NET language?
|
2
|
|
|
|
|
|
Regardless of any other books, you will definitely need ECMA-335 standard for a detailed specification of CLR and CIL. With sufficient experience, it may actually be sufficient on its own. Also, "Expert .NET 2.0 IL Assembler" looks like it matches your requirements, though I haven't read it and can't comment on its quality. Amazon description looks promising, though:
|
||||||
|
|
|
I agree with Pavel. I've read a whole stack of these books and/or specs ... if you are just starting out here are the top 5 books/learning tools I would recommend: Good for the CLI and fundamentals of the CIL
Good for learning to program with CIL
Sharp Develop's IDE has a IL project type (VS doesn't) so if you want to write IL in an IDE instead of notepad you might want to check it out. |
||
|
|
|
|
This is a little dated but this is the book I used to learn .NET back then. Still relevant today as most things expanded but not changed. Essential .NET, Volume I: The Common Language Runtime |
||
|
|
|
|
EDIT: Sorry, Manu. I figured you'd be able to figure out that you could change the search string slightly and find your way. Apparently you didn't, so let me help there as well. Hopefully that will get you started. If not, here's even more help. If that's not enough, I don't know what else to do. Maybe walk you to the bookstore? I obviously misread the question, missing the quite explicit mention of CIL (how, I don't know). Answer withdrawn. Sorry, Manu. |
||||||||||
|
|
|
Although it mentions C# on the cover CLR via C# is a very good read to discover the ins and outs of the CLR. |
|||
|
