I have heard that. NET Framework source code is open-source. It is a pity that I have been studying, working, and have never calmed down. After carefully reading the book "C # Essence Theory", I feel more and more important about the cognition of principles. After reading this book, I feel a lot of things are suddenly open. I feel a lot more confident. But later I learned about the framework development principles and theoretical processes (read "Design and Implementation of the application framework ---. NET platform") and suddenly wanted to see how Microsoft wrote it. So I thought of the. NET Framework source code. I have found a lot, some of which are viewed during debugging, and some of which are downloaded in batches using tools. After collecting the information, find the following address and download it. There are no specific practices yet. post them to share with you.
Now this part of the source code has finally been directly downloaded (http://referencesource.microsoft.com/netframework.aspx) without any tools. The downloaded installation package includes the corresponding symbols in addition to the source code. In this way, you can directly use the local debugging library instead of downloading it from a remote Microsoft website. The debugging speed is greatly improved.