WPF Basic Controls: PasswordBox Style
Basic Controls
枝见 Zhijian: A Markdown Mind Map Editor Built with Avalonia
Browse by Topic Start with .NET193 articles, suitable for quickly filtering by technical direction
Continuous Reading Read Avalonia UI Control Libraries as a topic2 articles, better for systematic reading
Basic Controls
ip2region v2.0 - is an offline IP address location library and IP location data management framework with 10-microsecond query efficiency, providing xdb data generation and query client implementations for many mainstream programming languages.
When the content inside ScrollViewer is too long, the slider of the scrollbar becomes very small, making it less friendly to click.
Can be used as a reference to implement other forms of TabItem borders
In-depth analysis of the implementation scheme of the Avalonia-based logging component, exploring the dual output mechanism of interface and file, and proposing points for optimization and improvement
I often see code commit records containing feat, fix, chore, etc., but when I commit, I don't distinguish them and just write the commit message directly. Today, let's take a look at what's going on.
When our program is released and users are performing dangerous operations, our software should provide some reminder effects, such as a red border edge, similar to the warning effect in Amap.
Many ICO creation tools found online are designed for favicons, others are either too heavy or paid, so I turned my attention back to open-source tools.
This article introduces the new file-based program feature of the .NET CLI, which allows developers to run C# source files directly without creating a project file. This feature works by generating a virtual project file in memory and supports NuGet dependencies and project property settings, providing convenience for developing scripts and simple applications. The article also looks forward to the future development directions of this feature, including target path extension, unified command-line arguments, performance improvements, and support for more file-based program commands.
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.
As a programmer who switched from the nursing industry, I will share how to understand the concepts of object-oriented programming through experience in medical work. This article introduces core OOP concepts such as classes, objects, properties, and methods, and uses examples from the healthcare field to deepen understanding.
This article introduces how to develop a parking move QR code generation tool, including a desktop version implemented with C# and Avalonia, as well as an online version implemented with Blazor frontend and .NET Web API, covering requirements analysis, core code implementation, UI design, and application of MVVM pattern.
This article introduces how to use C# and Avalonia to develop an image to icon tool, including requirements analysis, core code implementation, UI design, and application of MVVM pattern.