-
尘叶心繁.net后台框架
.net core 3.1 Identity Server4 (NSwag Api授权)
.net core 3.1 Identity Server4 (NSwag Api授权)[TOC] 创建ApiDemo3接口项目 引入NSwag库Install-Package... -
尘叶心繁.net后台框架
.net core 3.1 Identity Server4 (Swagger UI授权)
.net core 3.1 Identity Server4 (Swagger UI授权)[TOC] Identity Server 4的目录:https://www.tnblog.n... -
尘叶心繁RabbitMq
.netcore3.1 RabbitMq Fanout交换机
.netcore3.1 RabbitMq Fanout交换机[TOC] 在前面我们有提到交换机但都是用的普通的交换机(direct),交换机... -
尘叶心繁RabbitMq
.netcore3.1 RabbitMq Routing的应用
.netcore3.1 RabbitMq Routing的应用[TOC] 在前面很多文章中都用到了routingKey参数但并没有细说它的用途... -
尘叶心繁RabbitMq
.netcore3.1 RabbitMq 工作队列轮询与确认消息
.netcore3.1 RabbitMq 工作队列轮询与确认消息[TOC] https://www.rabbitmq.com/confirms.htmlhttps://www.r... -
尘叶心繁.net后台框架
.net core 3.1 Identity Server4 (实现Microsoft登录)
.net core 3.1 Identity Server4 (实现Microsoft登录)[TOC] 创建授权应用 我们先到Azure中注册应用:https... -
尘叶心繁.net后台框架
.net core 3.1 Identity Server4 (实现VisualStudio登录)
.net core 3.1 Identity Server4 (实现VisualStudio登录)[TOC]授权相关应用 首先去这上面注册相关应用授... -
尘叶心繁.net后台框架
.net core 3.1 Identity Server4 (实现GitHub登录)
.net core 3.1 Identity Server4 (实现GitHub登录)[TOC] 创建GitHub应用 在下面进行身份授权的时... -
尘叶心繁RabbitMq
.netcore3.1 RabbitMq 简单运用与相关方法的介绍
.netcore3.1 RabbitMq 简单运用与相关方法的介绍[TOC] 在这里我将使用简单的生产—->加入队列—->... -
尘叶心繁.net后台框架
.net core 3.1 Identity Server4 (自定义模式)
.net core 3.1 Identity Server4 (自定义模式)[TOC] IdentityServer4除了提供常规的几种授权模式外(Au... -
尘叶心繁.net后台框架
.net core 3.1 Identity Server4 (添加同意范围页)
.net core 3.1 Identity Server4 (添加同意范围页)[TOC] 在授权请求期间,如果身份服务器需要用户同意... -
尘叶心繁.net后台框架
.net core 3.1 Identity Server4 集合
前言本文主要是对 Identity Server 4 做一个整理,相关GitHub:https://gitee.com/zuxiazijiahebo/IdentityServe... -
尘叶心繁.net后台框架
.net core 3.1 Identity Server4 (添加HTTPS证书)
.net core 3.1 Identity Server4 (添加HTTPS证书)[TOC] 通过Powershell生成X509Certificate2证书 首先找... -
尘叶心繁.net后台框架
.net core 3.1 Identity Server4 (EntityFramework Core 配置)
.net core 3.1 Identity Server4 (EntityFramework Core 配置)[TOC] 在以前的时候我们所使用的数据库都是... -
尘叶心繁.net后台框架
.net core 3.1 Identity Server4 (Hybrid模式)
.net core 3.1 Identity Server4 (Hybrid模式)[TOC] Hybrid 模式的理解 Hybrid 模式相当于(Code模式+Im... -
悟小小空.net core
EF CORE 预先加载,显式加载,延迟加载
预先加载读取该实体时,会同时检索相关数据。 此时通常会出现单一联接查询,检索所有必需数据。 可使用 Include ... -
尘叶心繁.net后台框架
.net core 3.1 Identity Server4 (Implicit模式)
.net core 3.1 Identity Server4 (Implicit模式)[TOC] Implicit 模式的理解 A.用户通过浏览器访问... -
剑轩.NET Core
Core EF Code First
那个温柔的男孩子啊,他短暂的生命中最后的那段时光里,满心满眼的都是我。 创建好实体Student类: public c... -
悟小小空.net core
EF Core 简介
Entity Framework Core 简介 今天来讲解一下 .NET 中的重要成员 Entity Framework Core。Entity Framework Core... -
剑轩.NET Core
.NET CORE防止CSRF跨站请求伪造
可以加特性ValidateAntiForgeryToken实现,还可以配合一个ActionName比如微软.NET CORE官方的一个案例中[HttpGet... -
悟小小空.net core
core ef配置连接字符串
appsettings.json里边{ "Logging":{ "LogLevel":{ "Default":"Informati... -
尘叶心繁.net后台框架
.net core 3.1 Identity Server4 (Code模式)
.net core 3.1 Identity Server4 (Code模式)[TOC] Code 模式的理解 大致说一下,这种授权模式的意... -
尘叶心繁.net后台框架
.net core 3.1 Identity Server4 (Password模式)
.net core 3.1 Identity Server4 (Password模式)[TOC] Password 模式的理解 当应用程序将用户的用户... -
悟小小空.net core
.net core Unable to configure HTTPS endpoint. No server certificate was specified
net core3.1默认使用的https,如果使用Kestrel web服务器的话没有安装证书就会报这个错。publicstaticIHostBuild... -
尘叶心繁.net后台框架
.net core 3.1 Ocelot 与 Identity Server4 鉴权
目录与前言目录链接:.net core Ocelot 简单网关集群熔断架构整合目录.net core 3.1 Identity Server4 (ClientCr... -
剑轩.NET Core
.net core3.x路由
匹配单个路由匹配固定的单个路径endpoints.MapControllerRoute( name:"AA", pattern:"About&qu... -
小可爱.net core
.net core异常过滤器
.net core异常过滤器的基本用法publicclassExceptionFilter:IExceptionFilter { publicvoidOnException(Except... -
悟小小空.net core
筛选器中判断Action有没有AllowAnonymous标签
用于判断Action有没有AllowAnonymous标签//用于判断Action有没有AllowAnonymous标签 privateboolHasAllowAnonym... -
拂晓.net core
ASP.NET Core 3.1 自定义登录认证过滤器
原文 ASP.NET Core 3.1 自定义登录认证过滤器 自定义一个认证过滤器,没有登录不允许访问。过滤器是全局的,也... -
小可爱.net core
.net core实现一个添加header的过滤器
过滤器:publicclassAddHeaderAttribute:ResultFilterAttribute { privatereadonlystring_name; privatereado... -
小可爱.net core
.net core3.1过滤器设置优先级
通过设置order即可。 public void ConfigureServices(IServiceCollection services) { services.AddContr... -
尘叶心繁.net后台框架
.net core 3.1 Identity Server4 (ClientCredentials模式)
.net core 3.1 Identity Server4 (ClientCredentials模式)[TOC] ClientCredentials 模式的理解 在这... -
风清月net core
.net core配置端口,Kestrel设置
配置UseKestrel:也可以一次性设置多个地址同时支持http与https可以使用命令的时候修改启动端口很方便dotnet run... -
是伍尚金哇_v.net
.NetCore3.1使用CodeFirst并查询数据
.NetCore3.1使用CodeFirst并查询数据本文为小白简洁教程,前端玩多了后端基本的忘了,所以做个笔记!源码已上传... -
小可爱.net core
.NET Core与 .NET Framework 区别
协议.Net Framework,即便它里面的一些东西开源了,但是微软是使用商业协议发布的.Net Framwork,不言而喻,它是... -
尘叶心繁.net后台框架
.net core 集成事件,分布式事务解决方案
.net core 集成事件,分布式事务解决方案[TOC] 简单介绍 CAP是基于.Net标准的库,该库是处理分布式事务的...