Is there any readable, up to date (.net 4) MSIL Reference Manual?
Asked
Active
Viewed 5,503 times
2 Answers
17
There is a bunch of downloadable reference documents here.
Including the ECMA-335 Common Language Infrastructure documentation (pdf), dated June 2006, and other draft documents dated 27 March 2010.

grabthefish
- 962
- 14
- 30

Oded
- 489,969
- 99
- 883
- 1,009
-
Yes, I have that. I use it but I think it fails "readable". I was more hoping for something like "MSIL in a Nutshell" a la O'Reilly – Max Yaffe Nov 18 '10 at 15:40
-
1
0
Actually, scanning the pile of .Net, C#, ... books I own, Donis Marshall has a very good chapter on MSIL Programming in "Programming MS Visual C#2005: The Language". It's been updated to C#2008, but not to 2010 yet.

Max Yaffe
- 1,317
- 1
- 14
- 26