MVC, MVVM and Frameworks
I’ve been writing a whole bunch about MVC architectures – client side and server side. But I hit a problem. You see, MVC and MVVM are pretty simple concepts. Here is a typical diagram that I see when looking at MVC descriptions: It’s nice and simple. The controller loads the model and passes some form…