I'm planning wpf MVVM application. I read a lot of about MVVM pattern. But I can't find best practices to implement navigation.
I have scenario application starts with login screen and after login i want to have page with navigation menu. How should I handle that?
I read about use Frame, UserControl and viewModel container. But It's not clear to me what should I use.