Possible Duplicate:
Why use MVVM?
I am trying to implement MVVM in my WPF Project, but since i started i am finding hard to accomplish by desired task.
I am using Caliburn Micro for MVVM, I am finding hard to call other other ViewModel property from a ViewModel and also cannot able to handle Event of controls like GotFocus of textBox.
Is MVVM really better than CodeBehind, I am not using MVVM for testing purpose.
Please help.