Rotor: http://www.123aspx.com/rotor/default.aspx
Mono: http://www.go-mono.com/class-status.html attention in the mono page, left click will be connected to the document of the corresponding class on msdn, CTRL + Left click is the original Code.
Rotor'sSource codeI have been downloading it for a long time, but I haven't seen it well. I saw this connection from Sun zhanbo's blog yesterday and I went over it. It's really convenient. It looks like I will visit it again later.
Yesterday I looked at the streamreader class that I had read after decompiling with reflector and found that the variable names were all the same... it seems that the rotor was cropped by the. NET Framework, and it was not a new one. Then there are a lot of comments in the source code to make it easier to read. The compilation style of MS is really worth learning.