.NET Framework全部开源
文/横刀天笑 出处/IT168
美国时间2008,1.16,ScottGu在其博客上公布了:微软在MS-RL协议下终于公开了.NET Framework源代码。可以自由查看,但不允许直接进行修改。
包括如下 .NET Framework libraries:
.NET Base Class Libraries (including System, System.CodeDom, System.Collections, System.ComponentModel, System.Diagnostics, System.Drawing, System.Globalization, System.IO, System.Net, System.Reflection, System.Runtime, System.Security, System.Text, System.Threading, etc).
ASP.NET (System.Web, System.Web.Extensions)
Windows Forms (System.Windows.Forms)
Windows Presentation Foundation (System.Windows)
ADO.NET and XML (System.Data and System.Xml)
详情请看:
http://weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.aspx。
如何配置请看:
http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx。
配置Visual Studio 以调试.net framework的源代码
| 感谢原创者的辛勤劳动,希望对您有所帮助,转载请注明原出处。 |