MVC Refactor, Take 2

And this is the potential I am very much looking for. Up till now, application logic has not really been very portable, due to the coupling to the framework. I read this article trying to find solutions for my ideas and thought to myself, there has to be a better way. Although, there will always be some dependencies to a framework, I feel it is easier to inject and manipulate them in a model. And, it seems certainly much easier to standardize the model, than a bunch of controller actions.

Scott