Tag

WPF

正在浏览与 WPF 相关的文章。

103 篇文章
1 当前页
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 7:54 PM
WPF achieves a danger warning effect

WPF achieves a danger warning effect

When the program we write is released, the user is doing some dangerous operations. Our software should give some reminder effects, such as red on the edge of the border, similar to the alarm reminder effect like Gaode Map

就叫我啊禾斗吧 禾斗学编程 5/27/2025 9:41 PM
WPF internationalizes with custom XML files

WPF internationalizes with custom XML files

This article describes in detail the methods of using custom XML files to achieve internationalization in WPF programs, including installing the necessary NuGet package, dynamically obtaining language lists, dynamically switching languages, using translation strings in code and xaml interfaces, etc. It also provides source code links to help developers easily internationalize WPF applications.

沙漠尽头的狼 1/26/2025 6:02 AM
Avalonia's Road to Internationalization: In-depth Application and Exploration of Resx Resource Files

Avalonia's Road to Internationalization: In-depth Application and Exploration of Resx Resource Files

In today's global wave of software development, application internationalization (i18n) and localization (L10n) are particularly important. As a powerful cross-platform UI framework, Avalonia UI provides developers with multiple ways to achieve internationalization. Among them, the use of traditional Resx resource files for internationalization is not only compatible with the usage habits of the original Winform, WPF, ASP.NET Core and other development scenarios, but also uses some utilities and specific development processes to enable the realization of internationalization. Become efficient and organized.

沙漠尽头的狼 12/5/2024 9:34 PM
NET Cross-Platform Client Framework- Avalonia UI

NET Cross-Platform Client Framework- Avalonia UI

This is a cross-platform UI framework based on WPF XAML and supports multiple operating systems (Windows (. NET Core), Linux (GTK), MacOS, Android and iOS), Web (WebAssembly)

沙漠尽头的狼 10/24/2024 10:32 AM
CodeWF.EventBus: Lightweight event bus for smoother communication

CodeWF.EventBus: Lightweight event bus for smoother communication

CodeWF.EventBus, a flexible event bus library that enables decoupling communication between modules. Supports multiple. NET project types, such as WPF, WinForms, ASP.NET Core, etc. Adopt concise design to easily implement command publishing and subscribing, request and response. Ensure that incidents are properly handled through orderly incident handling. Streamline your code and improve system maintainability.

沙漠尽头的狼 6/20/2024 1:02 PM
Self-developed hot-swappable WPF Plug-in System (MSF)

Self-developed hot-swappable WPF Plug-in System (MSF)

The need for plug-in mainly stems from the pursuit of flexibility in software architecture. Especially when developing large, complex software systems or requiring continuous updates, plug-in can improve the scalability, customization, isolation, security of the software system. Ability to sex, maintainability, modularity, easy upgrades and updates, and support for third-party development, thereby meeting changing business needs and technical challenges.

趋时软件 5/7/2024 11:15 PM