ASP.NET Core 框架源码地址

                    版权声明:本文为博主原创或网络整理文章,转载请标明出处,谢谢。                        https://blog.csdn.net/nodeman/article/details/88952337                    </div>
                                                <link rel="stylesheet" href="https://csdnimg.cn/release/phoenix/template/css/ck_htmledit_views-cd6c485e8b.css">
                                    <link rel="stylesheet" href="https://csdnimg.cn/release/phoenix/template/css/ck_htmledit_views-cd6c485e8b.css">
            <div class="htmledit_views" id="content_views">
                                        <p>https://github.com/dotnet/corefx&nbsp;这个是.net core的&nbsp;开源项目地址</p>

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

持续更新........

原文地址:https://www.cnblogs.com/owenzh/p/11198888.html