受欢迎的博客标签
RSS

博客文章标记 'asp.net core'

CSRF在ASP.NET Core cookie中的处理原理和方式解读

http://www.cnblogs.com/catcher1994/p/6720212.html 

前言

前几天,有个朋友问我关于AntiForgeryT

Asp .Net core 单点登录解决方案汇总

net core jwt,.net core IdentityServer,.net core openid,.net core openauth  

1.Asp.Net Core基于Cookie实现同域单点

.NET CORE- Use dependency injection in a .Net Core console application(.Net Core 1.x)

https://andrewlock.net/using-dependency-injection-in-a-net-core-console-application/ 

One of the key fea

asp.net core 使用protobuf序列化数据(在一些性能要求很高的应用中)

http://www.cnblogs.com/zfking/p/5841376.html 

 

various methods for handling 404 not found errors in asp.net core.

https://www.devtrends.co.uk/blog/handling-404-not-found-in-asp.net-core 

 

Set default images when image is not found Middleware in Asp .Net Core

1、 Using the code  The Middelware

using System;
using System.IO;

                    
custom extend View in ASP.NET Core 3.0

In this blog, I am going to provide a walk-through on developing a web application using ASP.NET Core 3.0, connecting

ASP.NET Core SignalR(4):采用消息订阅(观察者模式)

http://www.cnblogs.com/GuZhenYin/p/7992127.html

 

Real-time applications using ASP.NET Core, SignalR & Angular

https://chsakell.com/2016/10/10/real-time-applications-using-asp-net-core-signalr-angular/  

Real-t

Sharing appsettings.json configuration files between projects in ASP.NET Core

https