Github开源项目

日志组件: https://github.com/exceptionless/Exceptionless 

eshoponcontainer:https://github.com/dotnet-architecture/eShopOnContainers

分布式微服务框架,提供高性能RPC远程服务调用: https://github.com/dotnetcore/surging

基于Service fabric + Ocelot + Identity Server4 + 52ABP 的案例展示:  https://github.com/geffzhang/NanoFabric-ServiceFabric

EFCore: https://github.com/aspnet/EntityFrameworkCore

AspNetCore: https://github.com/aspnet/AspNetCore

基于Consul + .NET Core + Polly + Ocelot + Exceptionless + IdentityServer等开源项目的微服务开发框架: https://github.com/geffzhang/NanoFabric

52ABP:  https://github.com/52ABP/YoYoCms.AbpProjectTemplate

微信公众平台SDK Senparc.Weixin for C#,支持.NET Framework及.NET Core:   https://github.com/JeffreySu/WeiXinMPSDK

AspNetCore文档: https://github.com/aspnet/AspNetCore.Docs

https://github.com/dotnet/corefx 这个是.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

猜你喜欢

转载自www.cnblogs.com/jesen1315/p/11438350.html