asp.net core源码地址

https://github.com/dotnet/corefx CoreFX是.NET Core的基础类库。它包括集合、文件系统、控制台、JSON、XML、async和许多其他类型

https://gitee.com/longing/corefx  国内下载地址

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 

你可能感兴趣的:(.NET,CORE)