tags:

views:

71

answers:

2

what all necessary steps to be done to handle dialog windows in MVVM.

A: 

You might have a look at the ViewModel sample application of the WPF Application Framework (WAF). It shows how a dialog can be shown.

jbe