.NET Core跨平台微服务学习资源
一、Asp.net Core基础
微软英文官网:https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-2.1
.NET Core:http://www.dot.net
微软中文官网:https://docs.microsoft.com/zh-cn/aspnet/core/getting-started/?view=aspnetcore-2.1&tabs=windows
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/jackyfei/p/9941084.html
Ants博客:https://www.cnblogs.com/ants/category/711081.html
张善友博客:https://www.cnblogs.com/shanyou/p/4677569.html (微软MVP)
码农一生:https://www.cnblogs.com/zhaopei/category/1050095.html博客:https://www.cnblogs.com/zhaopei/category/1050095.html
edison zhou博客
Catcher Wong博客
Ken.W博客:https://www.cnblogs.com/kenwoo/category/1208603.html
Savorboard:https://www.cnblogs.com/savorboard/category/397840.html(微软MVP)
http://www.csharpkit.com
.NET Core Util:https://github.com/dotnetcore/Util
.NET Core Community GitHu:https://github.com/dotnetcoreb组织
二、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/
ExceptionlessPolly: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/
.NET Core跨平台微服务学习资源的更多相关文章
- 【干货分享】可能是东半球最全的.NET Core跨平台微服务学习资源
如果你发现还有西半球的资源,烦请相告,不胜感谢! 一..NET Core基础 微软英文官网 .NET Core 微软中文官网 GitHub 用ASP.NET内核和Azure构建现代Web应用程序 博客 ...
- 最全的.NET Core跨平台微服务学习资源
一.Asp.net Core基础 微软中文官网:https://docs.microsoft.com/zh-cn/aspnet/core/getting-started/ 微软英文官网:https:/ ...
- 最全的.NET Core跨平台微服务学习资源没有之一
一.Asp.net Core基础 微软英文官网:https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-2.1 .NET Core: ...
- .NET Core 微服务学习与实践系列文章目录索引(2019版)
参考网址: https://archy.blog.csdn.net/article/details/103659692 2018年,我开始学习和实践.NET Core,并开始了微服务的学习,以及通过各 ...
- SpringCloud微服务学习笔记
SpringCloud微服务学习笔记 项目地址: https://github.com/taoweidong/Micro-service-learning 单体架构(Monolithic架构) Mon ...
- 微服务学习笔记(1)——使用MagicOnion实现gRPC
原文:微服务学习笔记(1)--使用MagicOnion实现gRPC 1.什么是gRPC 官方文档:https://grpc.io/docs/guides/index.html 2.什么是MagicOn ...
- 微服务学习笔记(2)——使用Consul 实现 MagicOnion(GRpc) 服务注册和发现
原文:微服务学习笔记(2)--使用Consul 实现 MagicOnion(GRpc) 服务注册和发现 1.下载打开Consul 笔者是windows下面开发的(也可以使用Docker). 官网下载w ...
- Spring Cloud微服务学习笔记
Spring Cloud微服务学习笔记 SOA->Dubbo 微服务架构->Spring Cloud提供了一个一站式的微服务解决方案 第一部分 微服务架构 1 互联网应用架构发展 那些迫使 ...
- .Net Core with 微服务 - 架构图
上一次我们简单介绍了什么是微服务(.NET Core with 微服务 - 什么是微服务 ).介绍了微服务的来龙去脉,一些基础性的概念.有大佬在评论区指出说这根本不是微服务.由于本人的能力有限,大概也 ...
随机推荐
- 14. pt-kill
pt-kill h=192.168.100.101,P=3306,u=admin,p=admin \--match-user "user01" \--match-host &quo ...
- Linux学习小记(1)
学习Linux,进行阶段性总结,权当笔记方便日后翻阅和查看. 在此特别推荐peida的博客,他的有关Linux的理解个人感觉深入浅出,很适合入门的小白来理解和学习. 说一说针对IP的修改,ifconf ...
- python 06函数
python中函数定义方法: def test(x): "The function definitions" x+=1 return x def:定义函数的关键字test:函数名( ...
- Java第三次实验敏捷开发与XP实验
实验三-1 1.实验要求: 实验三 敏捷开发与XP实践 http://www.cnblogs.com/rocedu/p/4795776.html, Eclipse的内容替换成IDEA 参考 http: ...
- android 可以在程序代码中设置样式:style
<style name="text_style"> <item name="android:textStyle">bold</it ...
- 【NIFI】 Apache NiFI 安装及简单的使用
NiFI介绍 NiFi(NiagaraFiles)是为了实现系统间数据流的自动化而构建的.虽然术语“数据流”用于各种上下文,但我们在此处使用它来表示系统之间的自动和管理信息流 官网地址:http:// ...
- pyhton 核心编程 正则表达式习题
方案一 import re #1. 识别下列字符串:“bat,” “bit,” “but,” “hat,” “hit,” 或 “hut” import re def test1(self): bt = ...
- python信息收集之子域名
python信息收集之子域名 主要是以下3种思路: 字典爆破 搜索引擎 第三方网站 0x00 背景知识 list Python内置的一种数据类型是列表:list是一种有序的集合. >>&g ...
- 题解 luogu P1144 【最短路计数】
本蒟蒻也来发一次题解第一篇请见谅 这个题有几个要点 1.无向无权图,建图的时候别忘记建来回的有向边[因此WA掉1次 2.无权嘛,那么边长建成1就好了2333333 3.最短路采用迪杰斯特拉(别忘用堆优 ...
- AI for VS ,美团创新之处分析
微软在2017中发布了VS Tools for AI,旨在提升用户对于深度学习的需求体验.AI组件可以让我们迅速构建和训练深度学习的Project,其功能主要有开发,调试和部署深度学习和人工智能的解决 ...