惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
J
Java Code Geeks
The GitHub Blog
The GitHub Blog
博客园_首页
U
Unit 42
人人都是产品经理
人人都是产品经理
Engineering at Meta
Engineering at Meta
IT之家
IT之家
G
Google Developers Blog
L
LangChain Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
爱范儿
爱范儿
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
Jina AI
Jina AI
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
小众软件
小众软件
H
Help Net Security

博客园 - Bolik

Interesting Finds: 2009-04-20 Interesting Finds: 2009-04-08 Interesting Finds: 2009-03-24 Interesting Finds: 2009-03-21 Interesting Finds: 2009-03-19 Interesting Finds: 2009-03-18 Interesting Finds: 2009-03-17 Interesting Finds: 2009-03-11 Interesting Finds: 2009-03-08 Interesting Finds: 2009-02-07 How to use Asp.Net Mvc ActionFilterAttribute for form authentication My new Asp.Net blog 发布最近写的jquery.popup插件 ASP.NET MVC 发布 Windows Server 2008 RC1版发布 Server 版照样可以使用Windows Live Writer 态度来源于什么 五一期间股票池中的股票 昨晚打牌输了500 今天市值跌了8000 惨惨惨!
.NET Framework开源 如何保存源代码
Bolik · 2008-01-18 · via 博客园 - Bolik

期待已久的.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

一般在调试时看到的源代码在调试结束后会看不到,那是因为该文件仅在内存中独占存在,你可以在调试时在源代码页标签上点击右键保存即可