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

(11/30)Learning Blazor Together: Arbitrary Attributes

Currently `MyButton` has 3 `[Parameter]`s. If we need to add more, we would have to define new `[Parameter]`s again. To avoid constantly updating this Component, let's use Blazor's `@attribute`.

Blazor
Random Discovery

(8)From Nurse to C# Developer -- Data Types and Inheritance

This article will combine medical work scenarios to explain in detail important concepts in C# such as namespaces, data types, string processing, inheritance, and collections, helping medical professionals better understand programming knowledge.

Sharing
Random Discovery

Low-Key Use: Listen to All Music for Free, WOW!

For a long time, listening to music has been a popular demand. Music can be said to be one of the important spiritual foods for humans, but nowadays music copyrights are divided among several major music platforms. `Even if you become a member on one platform, you may not be able to listen to the songs you want to hear`, which is different from foreign streaming music platforms.

WPF