I have a basic understanding of WPF and MVVM. I have read some basic tutorials for that.
My manager has give me a wpf project and told me to manually check whether that wpf project has fully implemented MVVM pattern or not. If not then what are the issues. I have read rules for MVVM like there should be three layers (Model, ViewModel, View) and View should not contain any bussiness/application logic, etc. But, at coding side what should i check to know whether the MVVM pattern is implemented/broken or not.
I am really very interested in knowing the answer. I don't whether this is a right question or not. :). But it will be very helpfull to me if someone gives answer.