Net Core教程

.Net Core 微服务实战 - 目录及源码

本文主要是介绍.Net Core 微服务实战 - 目录及源码,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

目录

  • 源码
  • 目录

源码

Git 源码 :https://github.com/tangsong1995/TS.Microservices
CSDN 资源 :https://download.csdn.net/download/qq_33649351/34675095

目录

.Net Core 微服务实战 - 工程结构

.Net Core 微服务实战 - 领域模型的设计与实现

.Net Core 微服务实战 -工作单元模式

.Net Core 微服务实战 -仓储层的定义

.Net Core 微服务实战 - 领域事件

.Net Core 微服务实战 - 集成事件

.Net Core 微服务实战 - MediatR

.Net Core 微服务实战 - HttpClientFactory 管理对外请求

.Net Core 微服务实战 - gRPC 管理内部服务间通讯

.Net Core 微服务实战 - Polly:重试、熔断、限流

.Net Core 微服务实战 - 网关与BFF

.Net Core 微服务实战 - 安全

.Net Core 微服务实战 - 缓存

.Net Core 微服务实战 - 部署到 Kubernetes

.Net Core 微服务实战 - 配置

.Net Core 微服务实战 - 健康检查

.Net Core 微服务实战 - 强制 HTTPS

.Net Core 微服务实战 - EFK

.Net Core 微服务实战 - Exceptionless

.Net Core 微服务实战 - SkyWalking

.Net Core 微服务实战 - Prometheus

这篇关于.Net Core 微服务实战 - 目录及源码的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!