1. Which class occupies the most file space in mscorlib of 4.0?
2. The main reason is:
A) Description of the class and its members;
B) Name of the class and its members;
C) The signature of the class and its members;
D) The IL code in this class;
E) The string used by the class.
Someone once suggested that. NET slow is slow here. Er, I am not interested in this, even though I suspect it will cause a similar debate again. Well, if you have to continue talking about this issue, I will not be involved first.
In fact, this is also a very interesting thing, because in some scenarios, the size of binary files must be as small as possible, such as Silverlight. However, when you watch your project grow bigger and bigger ...... Why? I don't know. There is no right to speak without investigation, so we have to develop a small tool to study it.
The answer will be published later.