C
C#2w ago
Phamezan

WPF Window Navigation

I'm currently learning about SQL and how to make it communicate with my IDE. For that I would like to further expand my skills in Navigation between Windows (MVVM style) because currently it irks me that 7 windows are open at a time when I test out my application
3 Replies
taner.
taner.2w ago
What’s the specific question?
Phamezan
PhamezanOP2w ago
How to learn / do proper navigation between windows in WPF and still maintain that MVVM architechture
taner.
taner.2w ago
For that u can use a NavigationService And use pages

Did you find this page helpful?