MVVM Pattern
I am trying to present what I learnt today on MVVM pattern with an example and comparative study on legacy code and MVVM Code. It goes with an assumption that readers has experience with WPF. This design pattern is used for WPF /Silverlight kind of application. To start with, we all know MVC(Model-View-Controller), MVP(Model-View-Presenter) . Now it […]