(27/30) Learning Blazor Together: Adding User and Claim Functionality
As mentioned earlier, `ASP.NET Core Identity` is based on `Claim` authentication, and `Role` is a `Claim` with type `Role`
CodeWF.Markdown: PDF text copyable, images embeddable, copying to WeChat Official Account/Zhihu/Juejin no longer shows HTML source code
Browse by Topic Start with .NET196 articles, suitable for quickly filtering by technical direction
Continuous Reading Read C# Open Source Projects as a topic15 articles, better for systematic reading
As mentioned earlier, `ASP.NET Core Identity` is based on `Claim` authentication, and `Role` is a `Claim` with type `Role`
A framework that makes it easier to use drag-and-drop functionality in WPF
Mind maps, directory organization charts, fishbone diagrams, logic structure charts, organization charts
We know that one obvious difference between C# and Java is that C# allows custom value types, which is the protagonist of today: struct. Since we already have the more convenient class, why did Microsoft add struct?
Although I have published over 130 original articles on my public account, and before that, I wrote a blog for over ten years, I still feel that I cannot write.
Basic Controls
So, what is the point of arguing on Zhihu about 'Flutter has been abandoned' and 'Flutter is about to rise'? All arguments are no match for real data.
The terms 'memory leak' and '.NET application' are not often used together.
Whether in EF 6.x or EF Core, the API for raw queries is relatively weak.
This is the second article in a series on using EF Core for database migrations.
Yesterday, the friends in the '.NET Big Cow Road' group discussed the topic of implementing the repository pattern using EF Core. I remembered an article written by a foreign expert that I had read before, and I think it's very valuable for reference.
When using EF Core, many times you need to know what SQL statements EF Core actually executes.
Several suggestions