一、Asp.net Core基础

  • 微软中文官网:https://docs.microsoft.com/zh-cn/aspnet/core/getting-started/

  • 微软英文官网:https://docs.microsoft.com/en-us/aspnet/core/

  • .NET Core:http://www.dot.net

  • GitHub:https://github.com/aspnet

  • 用ASP.NET内核和Azure构建现代Web应用程序:https://docs.microsoft.com/en-us/dotnet/standard/modern-web-apps-azure-architecture/

  • 博客园翻译文档:https://www.cnblogs.com/dotNETCoreSG/p/aspnetcore-index.html

  • MSDN:https://blogs.msdn.microsoft.com/

  • .NET Core开源峰会:https://github.com/dncto/dnc

  • https://dotnet.github.io/

  • Artech:https://dotnet.github.io/博客

  • 张善友博客:https://www.cnblogs.com/shanyou/p/4677569.html (微软MVP)

  • 老张的哲学:https://www.cnblogs.com/laozhang-is-phi/

  • 张飞洪博客:https://www.cnblogs.com/jackyfei/p/9941084.html

  • Ants博客:https://www.cnblogs.com/ants/category/711081.html

  • 码农一生博客:https://www.cnblogs.com/zhaopei/category/1050095.html

  • edison zhou博客:https://www.cnblogs.com/edisonchou/

  • Catcher Wong博客:https://www.cnblogs.com/catcher1994/

  • Ken.W博客:https://www.cnblogs.com/kenwoo/category/1208603.html

  • Savorboard:https://www.cnblogs.com/savorboard/category/397840.html(微软MVP)

  • 圣杰博客-.Net Core知多少系列:https://www.cnblogs.com/sheng-jie/category/1094012.html
  • http://www.csharpkit.com

  • .NET Core Util:https://github.com/dotnetcore/Util

  • .NET Core Community GitHub:https://github.com/dotnetcore

二、Linux

  • geffzhang:https://github.com/geffzhang/opendotnet/tree/master/Linux

  • staro:https://www.cnblogs.com/starof/category/639386.htmlf博客

  • 鸟哥的私房菜:http://cn.linux.vbird.org/

  • 鸟哥私房菜繁体版:http://linux.vbird.org/

三、容器化Docker

  • 可能是把Docker的概念讲的最清楚的一篇文章:http://dockone.io/article/6051

  • docker英文社区:https://www.docker.com/

  • docker中文社区:http://www.docker.org.cn/

  • docker中文文档:https://yeasy.gitbooks.io/docker_practice/content/

  • docker中文文档:https://docs.docker-cn.com/

  • YAML语法介绍:http://www.ruanyifeng.com/blog/2016/07/yaml.html

  • K8S中文社区:https://www.kubernetes.org.cn/k8s

  • K8S英文社区:https://kubernetes.io/

  • portainer

  • 通过ui管理docker:https://www.cnblogs.com/sparkdev/p/9238796.html

  • sparkdev个人博客:https://www.cnblogs.com/sparkdev/category/927855.html

  • 微软家的Docker博客:https://blogs.msdn.microsoft.com/freddyk/tag/docker/

  • docker官方博客:https://blog.docker.com/

四、微服务

  注册中心

  • API网关Ocelot官网:http://threemammals.com/ocelot 一个英国人发起的项目

  • Ocelot在GitHub:https://github.com/ThreeMammals/Ocelot

  • 服务发现、配置管理:https://www.cnblogs.com/cuishuai/p/8194345.html(类似ZooKeeper)

  • Consul:https://www.consul.io/

  • spring cloud:http://spring.io/projects/spring-cloud/.io

  • spring cloud.github:https://github.com/spring-cloud

  服务架构

  • OAuth2和JWT 来源简书:https://www.jianshu.com/p/1f2d6e5126cb

  • surging分布式微服务框架:https://github.com/dotnetcore/surging

  • 理解OAuth 2.0<:http://www.ruanyifeng.com/blog/2014/05/oauth_2_0.html/a> 阮一峰必读

  • Tarsnet:基于tars协议的高性能RPC开发框架:https://github.com/Tarsne

  • 微软官方开源微服务框架eShopOnContainers:https://github.com/dotnet-architecture/eShopOnContainers

  • service-fabri:https://github.com/Microsoft/service-fabricc微软开源微服务框架

  • IdentityServer4:http://www.cnblogs.com/stulzq/p/8119928.html

  • IdentityServer4源码:ttps://github.com/IdentityServer/IdentityServer4

  • 纯OAuth2 授权码模式的实现:https://github.com/bayardw/IdentityServer4.Authorization.Code

  • 理解OAuth 2.0:http://www.ruanyifeng.com/blog/2014/05/oauth_2_0.html

  • NanoFabric张上友个人开源框架:https://github.com/geffzhang/NanoFabric

  • IdentityServer
    IdentityServer4.Contrib.RedisStore

  • 微软分布式云计算框架Orleans:https://github.com/dotnet/orleans

  • Orleans can use Ocelot Api Gateway:https://github.com/aqa510415008/Ocelot.OrleansHttpGateway

  服务监控

  • skywalking:可用于生产的APM监控方案:https://github.com/OpenSkywalking/skywalking-netcore(Application Performance Management)

  • Apache SkyWalking 为.NET Core带来开箱即用的分布式追踪和应用性能监控:http://www.cnblogs.com/liuhaoyang/p/skywalking-dotnet-v02-release.html

  • 微服务APM:https://github.com/OpenSkywalking/skywalking-netcore

  • App Metrics:https://www.app-metrics.io/
    Exceptionless

  • Polly:http://www.thepollyproject.org/

  服务治理和其他

  • 服务熔断:https://www.cnblogs.com/Zachary-Fan/p/circuitbreaker.html

  • Rebus is a free .NET “service bus” :ttps://rebus.fm/

  • 基于gRPC的HTTP / 2 RPC Streaming Framework for .NET,.NET Core和Unity:https://github.com/neuecc/MagicOnion

  • .NET API client for vault:https://github.com/Chatham/Vault.NET

  • 使用vault密钥保管库配置提:https://github.com/kdcllc/NetCore.HashiCorp.Vault供程序

  • Additional configuration providers to use with ASP.NET Core:https://github.com/andrewlock/NetEscapades.Configuration

  • Quartz Enterprise Scheduler .NET:http://www.quartz-scheduler.net/

  • Apollo(阿波罗)是携程框架部门研发的分布式配置中心:https://github.com/ctripcorp/apollo.net/tree/dotnet-core

  • 使用Audit.NET,您可以生成有关正在执行的操作的跟踪信息 :https://github.com/thepirat000/Audit.NET

  • 分布式、高性能、事件溯源、事件驱动、最终一致性框架 :https://github.com/RayTale/Ray

  • 基于Dotnet Core设计的可运行在linux和windows下的服务通讯组件:https://github.com/IKende/SmartRout

  书籍

  .NET微服务 微软开发部门出品:https://docs.microsoft.com/zh-cn/dotnet/standard/microservices-architecture/

转自:https://www.wandouip.com/t5i238038/     再补充一些自己收藏的,保存下来方便自己集中学习。

最全的.NET Core跨平台微服务学习资源的更多相关文章

  1. 【干货分享】可能是东半球最全的.NET Core跨平台微服务学习资源

    如果你发现还有西半球的资源,烦请相告,不胜感谢! 一..NET Core基础 微软英文官网 .NET Core 微软中文官网 GitHub 用ASP.NET内核和Azure构建现代Web应用程序 博客 ...

  2. 最全的.NET Core跨平台微服务学习资源没有之一

    一.Asp.net Core基础 微软英文官网:https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-2.1 .NET Core: ...

  3. .NET Core跨平台微服务学习资源

    一.Asp.net Core基础 微软英文官网:https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-2.1 .NET Core: ...

  4. 手把手教你使用spring cloud+dotnet core搭建微服务架构:服务治理(-)

    背景 公司去年开始使用dotnet core开发项目.公司的总体架构采用的是微服务,那时候由于对微服务的理解并不是太深,加上各种组件的不成熟,只是把项目的各个功能通过业务层面拆分,然后通过nginx代 ...

  5. spring cloud+dotnet core搭建微服务架构:配置中心续(五)

    前言 上一章最后讲了,更新配置以后需要重启客户端才能生效,这在实际的场景中是不可取的.由于目前Steeltoe配置的重载只能由客户端发起,没有实现处理程序侦听服务器更改事件,所以还没办法实现彻底实现这 ...

  6. spring cloud+dotnet core搭建微服务架构:Api授权认证(六)

    前言 这篇文章拖太久了,因为最近实在太忙了,加上这篇文章也非常长,所以花了不少时间,给大家说句抱歉.好,进入正题.目前的项目基本都是前后端分离了,前端分Web,Ios,Android...,后端也基本 ...

  7. spring cloud+.net core搭建微服务架构:服务注册(一)

    背景 公司去年开始使用dotnet core开发项目.公司的总体架构采用的是微服务,那时候由于对微服务的理解并不是太深,加上各种组件的不成熟,只是把项目的各个功能通过业务层面拆分,然后通过nginx代 ...

  8. spring cloud+.net core搭建微服务架构:Api授权认证(六)

    前言 这篇文章拖太久了,因为最近实在太忙了,加上这篇文章也非常长,所以花了不少时间,给大家说句抱歉.好,进入正题.目前的项目基本都是前后端分离了,前端分Web,Ios,Android...,后端也基本 ...

  9. spring cloud+.net core搭建微服务架构:配置中心续(五)

    前言 上一章最后讲了,更新配置以后需要重启客户端才能生效,这在实际的场景中是不可取的.由于目前Steeltoe配置的重载只能由客户端发起,没有实现处理程序侦听服务器更改事件,所以还没办法实现彻底实现这 ...

随机推荐

  1. js 运算的内置函数

    // 一.Math.round()作用:四舍五入返回整数.(返回参数+0.5后,向下取整) // Math.round(5.57) //返回6 // Math.round(2.4) //返回2 // ...

  2. Spring Cloud Alibaba 实战(十一) - Spring Cloud认证授权

    欢迎关注全是干货的技术公众号:JavaEdge 本文主要内容: 如何实现用户认证与授权? 实现的三种方案,全部是通过画图的方式讲解.以及三种方案的对比 最后根据方案改造Gateway和扩展Feign ...

  3. Xmind软件——xmind 8 pro下载激活推荐!!

    亲测有效,在csdn上找到一个. 下载激活xmind 8 pro链接

  4. Java每日一面(Part1:计算机网络)[19/10/21]

    作者:故事我忘了¢个人微信公众号:程序猿的月光宝盒 1.UDP简介 1.1UDP报文结构: ​ Source Port:源端口 Destination Port:目标端口 Length:数据包长度 C ...

  5. Ecplise设置全局编码为UTF-8

    简介 Eclipse工作空间(workspace)的缺省字符编码是操作系统缺省的编码,简体中文操作系统 (Windows XP.Windows 2000简体中文)的缺省编码是GB18030,Windo ...

  6. Android开发与Sequoyah的安装问题

    首次接触Android开发,在搭建开发环境时遇到困难,写出来和大家分享分享. 使用的ide为捆绑了adt插件和android sdk的eclipse adt bundle,无需安装android sd ...

  7. 流程控制之if,while,for

    流程控制之if,while,for 一.if语法 就一个条件 age_of_girl = 18 if age_of_girl < 25: print("小姐姐") 两个条件 ...

  8. 利用webpack打包自己的第一个Vue组件库

    先说一下这篇文章的诞生原因.我们有一个这样的项目,类似或者说就是一个仪表板-Dashboard,其中的各个部分可能不是一个部门写的……我们需要提供拖拽布局(大小和位置)和展示的能力.要实现这样一个功能 ...

  9. python读写Excel方法(xlwt和xlrd)

    在我们做平常工作中都会遇到操作excel,那么今天写一篇,如何通过python操作excel,当然python操作excel的库有很多,比如pandas,xlwt/xlrd,openpyxl等,每个库 ...

  10. python的imread、newaxis

    一:imread 用来读取图片,返回一个numpy.ndarray类型的多维数组,具有两个参数: 参数1 filename, 读取的图片文件名,可以使用相对路径或者绝对路径,但必须带完整的文件扩展名( ...