I need to change my code to mvvm code. My scenario is as follows,If I select the checkbox Use password protection,both password and confirm password fields should be visible and If I select the checkbox show password ,both the password and confirm password should be visible as characters
How to write an Model.cs,view.xaml and viewmodel.cs for this scenario? Please help me... I have seen answers for similar questions but I didn't get clear with that.