Tag

Blazor

Browsing articles related to Blazor.

69 articles
3 Current page
Using Masa Blazor in MAUI

Using Masa Blazor in MAUI

Using `.NET MAUI`, you can develop applications that run on `Android`, `iOS`, `macOS`, and `Windows`, Linux (community-supported) from a single shared codebase. One codebase runs on multiple platforms.

MASA 技术团队 4/26/2022 12:45 PM
Blazor State Management

Blazor State Management

Imagine you are filling out the longest form in the world. You have spent 30 minutes entering details, from your address to your birthday, and a list of the last seven countries you visited. You click the "Submit" button, and immediately get a "Connection Lost" message.

寒冰屋 4/18/2022 7:53 PM
Is this the best way to upload files in Blazor?

Is this the best way to upload files in Blazor?

It must be said that Blazor is really a great thing, greatly improving development efficiency. Many page interaction functions can be implemented with only a small amount of code, and it's achieved without JS. You would never have imagined how simple it is to implement file uploads in Blazor!

懒得勤快 3/16/2022 7:36 AM