受欢迎的博客标签
RSS

博客

Asp .Net Core cstml中文乱码解决方案

我在测试asp.net core的时候发现,cshtml页面在解析的时候,也会出现乱码,这个就讨厌了。 经过测试,发现只有将页面文件的字符集改成UTF8.vs默认存文件都是ansi格式。我在github给提了一个issue,相信很快会

ASP.NET Core Blazor(4)- Event Aggregator Components
ASP.NET Core Blazor(5):Creating a Reusable, JavaScript-Free Blazor Modal Blazor Components

https://www.telerik.com/blog

ASP.NET Core Razor Components-chat Blazor Components

https://www.webassemblyman.com/blazor/blazorcom

Best Practices for Speeding Up Your Web Site from yahoo
httpsdeveloperyahoocomperformanceruleshtmlcookiefree
ASP.NET Core Authentication: 同一主域名下不同子域名web服务单点登录SSO的实现

Asp.Net Core基于Cookie实现同域单点登录(SSO)

在同一个域名下有很多子系统,,如:a.giant.com  b.giant.com   c.giant.com等,但是这些系统都是

Post-Redirect-Get and CookieTempDataProvider with ASP.NET Core

https://www.meziantou.net/2017/06/05/post-redirect-get-and-tempdata-with-asp-net-core

 

ASP.NET Identity登录流程原理

前言

ASP.NET Identity是微軟所貢獻的開源

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

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

前言

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

ASP.NET Core身份认证服务框架IdentityServer4认证方式汇总

一.整体情况

现代应用程序看起来更像这个: 最常见的相互作用: 浏览器与Web应用程序的通信 Browser -> Web App Web应用程序与Web API通信 基于浏览器的应用程序与Web API 本机应