Description: In our development projects in the use of MVC (Model-View-Control) model of the benefits is that can reduce the business layer and application layer interaction. In addition, we will have completely independent operation of said object layer. MVC in our projects to provide this kind of layer between the object and the independence, the maintenance will enable us to become more simple so that our code reuse becomes very easy (you will see below).
File list (Check if you may need any files):