Topic

WPF MVVM Framework Prism Series

Prism framework practice notes in WPF projects

15 articles
2 Current page
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