Tag

Prism

Browsing articles related to Prism.

16 articles
1 Current page
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
End-of-2022 WPF Project Practical Collection Released

End-of-2022 WPF Project Practical Collection Released

This video collection has a total of 58 episodes, covering the basics of WPF (layout, styles, resources, animations, templates, MVVM), concepts of Prism (Region, Navigation, DialogService, Module..), MaterialDesign integration, ASP.NET Core WebApi part (Entity Framework, deployment), client release, deployment, and other complete development processes.

痕迹 1/14/2022 11:12 PM