dotnet 开源地址 https://github.com/dotnet
微软官方地址 https://dotnet.microsoft.com
微软官方文档地址 https://docs.microsoft.com/zh-cn/dotnet/
微软.netframework4.8源码 https://referencesource.microsoft.com/
微软官方示例源码: 文档:https://docs.microsoft.com/aspnet 源码:https://github.com/dotnet/AspNetCore.Docs
前端开源地址
excel js组件 http://sheetjs.com/
table可编辑插件 https://github.com/vitalets/x-editable
大学数学 http://www.dxsx.net/
https://github.com/dotnet/runtime 这个是.net core的 开源项目地址
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://github.com/dotnet/aspnetcore 这个是最新的netcore 上述 Configuration , Routing ,Security ,DependencyInjection ,HttpAbstractions ,Options .MVC ,Hosting 都在这个分支下