Posted inInformation Technology

Some Thoughts on MVVM – Part 1

There is currently a lot of chatter in the IT world involving MVVM (Model-View-ViewModel). While there are merits, there are also drawbacks. One of the biggest drawbacks I’ve noticed is in the tutorials and documentation found on-line. Take a quick look at this article. Below is a quote from it. The key to remember with the model is that it holds the information, but not behaviors or services that manipulate the information. It is not … Some Thoughts on MVVM – Part 1Read more