asp.net core源碼地址

https://github.com/dotnet/corefx CoreFX是.NET Core的基礎類庫。它包括集合、文件系統、控制檯、JSON、XML、async和許多其他類型

https://github.com/aspnet 這個下面是asp.net core 框架的地址,裏面有很多倉庫。

https://github.com/aspnet/EntityFrameworkCore  EF Core源碼

https://github.com/aspnet/Configuration 配置模塊源碼

https://github.com/aspnet/Routing 路由模塊

https://github.com/aspnet/Security 認證及授權 

https://github.com/aspnet/DependencyInjection 依賴注入

https://github.com/aspnet/HttpAbstractions 有很多的一些HTTP管道的抽象接口都定義在這裏

https://github.com/aspnet/Options   看名字

https://github.com/aspnet/Mvc 

https://github.com/aspnet/Hosting

coreclr的本地文件夾結構,發現沒有現成的slution文件,github上的開發guide介紹了需要安裝cmake,進行編譯,編譯完成後,在cmake的文件夾下會有slution文件 

https://github.com/dotnet/runtime.git 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章