Tag

Blazor

正在浏览与 Blazor 相关的文章。

69 篇文章
4 当前页
Free open source Blazor online Ico conversion tool

Free open source Blazor online Ico conversion tool

The free open source Blazor online Ico conversion tool does not save source files and converted files, and deletes them as soon as you download them. Please use them with confidence.

沙漠尽头的狼 2/22/2022 9:38 PM
Integrated development with Vue in. NET MAUI

Integrated development with Vue in. NET MAUI

Microsoft's official plan at MAUI is to use Blazor for development, but most Web projects on the current market are built using Vue, React and other technologies. If we cannot bypass the accumulated technologies, it is not realistic to rewrite the entire project with Blazor.

林 小 1/18/2022 10:11 PM
First met MASA Blazor

First met MASA Blazor

A Mateial style open source Blazor component library

MASA技术团队 1/12/2022 10:12 PM
The Blazor series is over!

The Blazor series is over!

The reprinting of the Blazor series is 'over'. In fact, the webmaster had 'completed the reprinting' on the 25th, and simultaneously released it on the 'Dotnet9' website ('dotnet9.com'), and created an album 'Everyone Learn Blazor Together', which you can browse at any time on the website.

沙漠尽头的狼 12/30/2021 10:46 PM
(29/30) Everyone learn Blazor together: Blazor unit testing

(29/30) Everyone learn Blazor together: Blazor unit testing

Probably the most boring process of developing a system is to solve bugs, especially the error of trying to value null objects (`Object reference not set to an instance of an object.`). This should be the most common problem that most people encounter when they first step into the programming field. In order to relieve themselves from the boring process of solving bugs, this article introduces 'unit testing'.

StrayaWorker 12/25/2021 8:39 PM
(28/30) Everyone learns Blazor together: Policy-based authorization

(28/30) Everyone learns Blazor together: Policy-based authorization

It was mentioned before that 'ASP.NET Core Identity' uses 'Claim' based authentication. In fact,'ASP.NET Core Identity' has different types of authorization methods, the simplest are 'login authorization','role authorization', and 'Claim authorization', but all of the above are implemented in one way: 'Policy-based authorization'.

StrayaWorker 12/25/2021 5:51 PM