https://www.gravatar.com/avatar/925f106f8657f9f31645440a0a538227?s=240&d=mp

vs快捷键修改

代码注释注释选定内容 单行注释 Ctrl+K 然后Ctrl+C 注释 或者Ctrl+K+C ctrl+w选中代码块编辑.展开选定内容 选择当前字 去掉 shift+alt+= 代码格式化编辑

ASP NET CORE Auth

前言首先我们来看一下在ASP.NET时代,Authentication是如何使用的。下面介绍的是System.Web.Security.Fo

C#json

https://docs.microsoft.com/zh-cn/dotnet/standard/serialization/system-text-json-overview?pivots=dotnet-6-0

c#事件

Demo 事件声明完整格式顾客-customer进入餐馆点菜(触发事件),服务员-waiter(收到事件并处理) namespace Exception { class Program { static void Main(string[] args) { Customer customer = new(); Waiter waiter =