Downloadable/browsable version of the .NET Framework source code?

后端 未结 8 1182
星月不相逢
星月不相逢 2020-12-30 02:01

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 framewo

相关标签:
8条回答
  • 2020-12-30 02:40

    Microsoft has put up a git repository of ASP.NET here :

    https://aspnet.codeplex.com/SourceControl/latest

    0 讨论(0)
  • 2020-12-30 02:41

    There are different ways to look at the .NET source code: Online via the browser:

    • http://www.dotnetframework.org
    • http://typedescriptor.net/browse
    • https://github.com/Microsoft/referencesource

    Download it:

    • http://referencesource.microsoft.com/netframework.aspx
    • http://referencesource.microsoft.com/
    • http://sourceof.net

    Microsoft has put up a git repository of ASP.NET here :

    https://aspnet.codeplex.com/SourceControl/latest

    Extra:

    • 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

    Have fun!

    0 讨论(0)
提交回复
热议问题