Tag

Prism

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

16 篇文章
1 当前页
Summary of experience in using AOT

Summary of experience in using AOT

From the very beginning of project creation, you should develop a good habit of conducting AOT release testing in a timely manner whenever new features are added or newer syntax is used.

沙漠尽头的狼 2/7/2026 2:26 PM
Implementing event-driven communication using MediatR and MS.DI libraries in the Avalonia project

Implementing event-driven communication using MediatR and MS.DI libraries in the Avalonia project

AvaloniaUI is a powerful cross-platform. NET client development framework that allows developers to build applications for multiple platforms such as Windows, Linux, macOS, Android and iOS. When building complex applications, modularity and communication between components become particularly important. The Prism framework provides a modular development method and supports hot plugging of plug-ins, while MediatR is an event subscription publishing framework that implements the Mediator pattern, which is very suitable for communication between modules and between modules and main programs.

沙漠尽头的狼 3/2/2024 3:45 PM
2022 Final Edition WPF Project Actual Combat Collection Released

2022 Final Edition WPF Project Actual Combat Collection Released

This video collection consists of 58 episodes, including the basic parts of WPF (layout, style, resources, animation, template, MVVM), the concept of Prism (Region, Navigation, DialogService, Module..), MaterialDesign integration, ASP.NET Core WebApi part (Entityframework, release deployment), client release, deployment and other complete development process.

痕迹 1/14/2022 11:12 PM