期待已久的.NET Framework终于在本周开源了,微软在MS-RL协议下终于公开了.NET Framework源代码,我们只可以自由查看,不允许直接进行修改。
第一批开放的源代码包括:
.NET基本类库:
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
ASP.NET:
System.Web, System.Web.Extensions
Windows Forms:
System.Windows.Forms
Windows Presentation Foundation:
System.Windows
ADO.NET和 XML:
System.Data
System.Xml
详情请访问ScottGu的文章:
如何在Visual Studio 2008中进行配置请参考这篇文章:
Configuring Visual Studio to Debug .NET Framework Source Code