Tag

Prism

Browsing articles related to Prism.

17 articles
1 Current page
CodeWF Toolbox: A Developer Toolbox Built with Avalonia + Prism

CodeWF Toolbox: A Developer Toolbox Built with Avalonia + Prism

This article focuses on the existing features of CodeWF Toolbox, including conversion, development, security, web, media, network, text, data, log reader, international resource management, and the modular organization using Avalonia + Prism.

dotnet9 5/16/2026 8:09 PM
Summary of AOT Usage Experience

Summary of AOT Usage Experience

From the beginning of the project, develop the good habit of promptly performing AOT publish tests whenever new features are added or newer syntax is used.

沙漠尽头的狼 2/7/2026 2:26 PM
Implementing Event-Driven Communication in Avalonia Projects Using MediatR and MS.DI Libraries

Implementing Event-Driven Communication in Avalonia Projects Using MediatR and MS.DI Libraries

AvaloniaUI is a powerful cross-platform .NET client development framework that enables developers to build applications for multiple platforms including Windows, Linux, macOS, Android, and iOS. When building complex applications, modularization and inter-component communication become particularly important. The Prism framework provides a modular development approach with support for hot-plugging plugins, while MediatR is an event subscription and publishing framework that implements the Mediator pattern, making it very suitable for communication between modules and between modules and the main program.

沙漠尽头的狼 3/2/2024 3:45 PM