Blog

技术文章

这里收录站点的文章正文,覆盖 .NET、桌面开发、工程实践与通用开发话题。

First Visit

新用户起步路线

Unexpected Finds

随机发现

随机发现

100 sets of big data visualization templates

100 sets of cool large-screen Html5 templates for big data visualization; including industries: community, property, government affairs, transportation, financial banking, etc., the latest and most, the most complete, coolest and most dazzling big data visualization templates on the whole network. Continuously updated

front end
Migration from WPF to Avalonia series: Why I have to migrate WPF programs to Avalonia

Migration from WPF to Avalonia series: Why I have to migrate WPF programs to Avalonia

In the past few years, our host computer software has been mainly developed using WPF and WinForm. These technologies are really easy to use on the Windows platform, and they have also accompanied us through the stage of small-scale trial production to today's large-scale delivery. However, with the development of business and changes in customer needs, the single Windows technology stack has gradually become a hurdle that we must overcome.

9/13/2025 西北飞虻 WPF / Avalonia UI
Recommend a high-performance state machine management solution

Recommend a high-performance state machine management solution

In actual software development, especially industrial software, every device has complex states and functional requirements for switching between states. In this case, how to manage states and switching between states, and functions under corresponding states. Control has become a very important issue.

8/13/2025 老码识途呀 share / .NET
Lang.Avalonia: Avalonia's multi-language solution seamlessly supports three formats: Resx/XML/JSON

Lang.Avalonia: Avalonia's multi-language solution seamlessly supports three formats: Resx/XML/JSON

This is a multi-language management library specially designed for the Avalonia framework. It reconstructs the multi-language support logic through plug-in architecture. It is not only compatible with traditional Resx resource files, but also adds support for XML and JSON formats. It also provides type-safe resource references, dynamic language switching and other capabilities make multi-language development simpler and more efficient.

8/9/2025 沙漠尽头的狼 Avalonia UI
Avalonia Tips: Add and Unsort DataGrid

Avalonia Tips: Add and Unsort DataGrid

By default, clicking column headers can only be sorted in ascending and descending order, and cannot be cancelled

7/17/2025 沙漠尽头的狼 Avalonia UI