I'm developing a WPF with C#, .NET Framework 4.6.1, Prism 6.1.0 and Visual Studio 2015 Community.
I'm new in WPF and I'm having a lot of problems to follow MVVM pattern.
I have asked this SO question, but it seems that it doesn't have an answer. And searching on Internet I'm finding solutions to my problem but they are very complex.
Is it correct to create an UserControl
to simulate a blocking window and add it to my current window?
Or maybe, it's better to have two windows, and open it following like they did in this tutorial.