Modal dialogs with MVVM and Silverlight 4
In this post i would like to tackle another problem that is very common in MVVM and yet very rarely done correctly. I will try to provide simple and platform agnostic way of showing Modal Dialogs in MVVM manner without any code in View (later in the post we will reuse same concept and provide way to show simple message dialogs in the same way).