期待已久的.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的文章:http://weblogs.ASP.Net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.ASPx
如何在Visual Studio 2008中進行配置請參考這篇文章:Configuring Visual Studio to Debug .Net Framework Source Code