What is MVC page?

The Model-View-Controller (MVC) is an architectural pattern that separates an application into three main logical components: the model, the view, and the controller . Each of these components are built to handle specific development aspects of an application.

Read more

Can you tell the life cycle of MVC?

To be specific the MVC request goes through various steps of execution and that’s what is termed as MVC application life cycle . Any web application has two main execution steps first understanding the request and depending on the type of the request sending out appropriate response.18 Mar 2014

Read more