IL / CLR / DLR References?

让人想犯罪 __ 提交于 2019-12-10 18:31:42

问题


I'm wanting to learn more about IL and CLR / DLR under the hood. A friend of mine recommended the book "Inside Microsoft .NET IL Assembler", but since it came out in 2002 I fear it's pretty out of date at this point.

Does anyone have any more up-to-date books or websites that can be used by someone who understands .NET languages to learn more about the inner workings of IL and the CLR?


回答1:


Perhaps my answer is a bit late now, but the book "MS Press - Inside Microsoft .NET IL Assembler" is actually excellent. Remember: framework 3.X only adds new classes and functionality. Underlying technology is still the same. So the book still stands, at least until FW3.5.

Side to side to ECMA, and some hard work, you have everything you need.




回答2:


For an interesting look at CLR low-level details I like SSCLI Essentials. Not so useful for IL / DLR.




回答3:


The ECMA 335 CLI standard is good reading.




回答4:


I'd suggest you check out some of the more detailed chapters in CLR Via C# by Jeffrey Richter. It doesn't go into as much detail as you'd like probably, but its a good start and covers the 2.0 CLR and so is somewhat current through .NET 4.0.



来源:https://stackoverflow.com/questions/1833700/il-clr-dlr-references

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!