Tag

Prism

Browsing articles related to Prism.

17 articles
2 Current page
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
WPF Open Source Project: AIStudio.Wpf.AClient

WPF Open Source Project: AIStudio.Wpf.AClient

Using Prism for MVVM, the advantages need not be mentioned; mainly using container injection, messaging, and DI, saving a lot of trouble compared to writing oneself. There are many standard MVVM usage methods online, but they do not form a system-level framework. This framework is built from login to specific business usage, including automatic updates.

沙漠尽头的狼 7/25/2021 12:06 PM
How to Show a Dialog in Prism Module?

How to Show a Dialog in Prism Module?

A netizen asked how to show a dialog in a Prism Module, similar to showing an About dialog in the main interface?

沙漠尽头的狼 4/14/2021 5:32 PM
WPF Prism framework Region became invalid?

WPF Prism framework Region became invalid?

The typical operation flow for client projects is: pop up login window => account verification success => close login window => pop up main window => work in main window.

沙漠尽头的狼 1/7/2021 10:53 AM
How to Implement Internationalization and Localization of WPF Prism Modules?

How to Implement Internationalization and Localization of WPF Prism Modules?

The previous article briefly introduced the internationalization of the main project, implemented using resource dictionaries (XAML). In the past few days, I added several Prism modules and found that using resource dictionaries for internationalization and localization in submodules is not easy, and I couldn't find good reference articles. So I switched to using resource files instead.

沙漠尽头的狼 4/21/2020 1:45 PM
A WPF Open Source Project Worth Learning: Accelerider.Windows

A WPF Open Source Project Worth Learning: Accelerider.Windows

This project applies the Prism MVVM framework. The displayed data comes from other service programs and uses WebAPI communication. To run this program normally, you need to create a WebAPI program yourself, with the API interface providing data driving. In fact, it is most straightforward to directly view the code; those who need it can easily extract it, even if the project cannot run.

沙漠尽头的狼 12/5/2019 1:45 PM