Blog

Technical Articles

This section contains site articles covering .NET, desktop development, engineering practice, and general development topics.

First Visit

New User Starting Route

Random Exploration

Random Discovery

Random Discovery

Usage of Cache in C#

Cache is a memory that can perform high-speed data exchange, exchanging data with CPU before main memory, so it is very fast.

.NET
Random Discovery

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!

Blazor