Prism Main Window Entry Window (WPF)

I tried to figure out how to use Prism, but I lost a little right now on how to implement the function in my small project ... maybe I just don’t know how to do this, since I am really new to WPF and the whole composite type of application, since I was a graphic / web designer with the desire to learn more about programming. I, my friend, invited me to learn WPF, and I did it ... Now I am well versed in developing the user interface and other things that make it move. Last night, I managed to write a WCF service and connect a WPF application to it, which was really neat.

I looked through the last night when I found Prism, and it really interested me, but I'm not sure how to use it completely ... At the moment, all I want to know is how to connect the login screen to the screen using Prism. Most of the examples that I saw load contents into a shell window, but I have not seen anyone who uses a login screen that redirects the user to the main window after checking the user.

Can someone point me in the right direction? Perhaps a sample project? I know that I’m not very good yet, but I really want to study.

Thanks!

-Kiersten

+4
source share
1 answer

If you enter, for example, this search query on the Prism forums in Codeplex, you will get many threads that can handle this situation.

This one may be especially helpful.

The search for "login" also gives useful results, since many of them explain what to do after logging in, loading modules depending on permissions, etc.

+2
source

Source: https://habr.com/ru/post/1332965/


All Articles