下载/的.NET Framework的源$ C $ C浏览的版本?
现在,源$ C $ C到.NET Framework已经可用,有没有什么办法来实际查看它不涉及使用Visual Studio步入一个框架类?有好几次,现在,我一直好奇的是如何工作的事情,并希望我能偷看一些code,但不喜欢放在一起的应用程序和做尸检的调试器。
Now that the source code to the .NET Framework has been made available, is there any way to actually view it that doesn't involve using Visual Studio to step into a framework class? Several times now, I've been curious just how something works and wished I could peek at some code, but don't feel like putting together an application and doing an autopsy in the debugger.
我的谷歌福失败了我,为我提供只与博客文章宣布的事实,提供源代码。 (感谢博客!)我是积极的,有人会被抛出,现在这一切在网络上。
My google-fu has failed me, providing me only with blog posts announcing the fact that the source is available. (Thanks, blogosphere!) I was positive that someone would have thrown it all up on the web by now.
有不同的方式来看看.NET源$ C $ C: 通过浏览器在线:
There are different ways to look at the .NET source code: Online via the browser:
- http://www.dotnetframework.org
- http://typedescriptor.net/browse
下载吧:
- http://referencesource.microsoft.com/netframework.aspx
- http://referencesource.microsoft.com/
- http://sourceof.net
- http://referencesource.microsoft.com/netframework.aspx
- http://referencesource.microsoft.com/
- http://sourceof.net
另外:
- 海量下载:http://www.wintellect.com/blogs/jrobbins/download-all-the-net-reference-source-$c$c-at-once-with-net-mass-downloader
- 在命令行在线源$ C $ C观众:的http://实验室.developerfusion.co.uk / SourceViewer的/ browse.aspx?组件= SSCLI
- Mass downloader: http://www.wintellect.com/blogs/jrobbins/download-all-the-net-reference-source-code-at-once-with-net-mass-downloader
- CLI Online source code viewer: http://labs.developerfusion.co.uk/SourceViewer/browse.aspx?assembly=SSCLI
玩得开心!