MVC - The architecture for modern web concept

                                       Here we are introducing a new technology called MVC(Model View Controller) which is widely  using architecture in modern web world. Its bring us to new way or concept of web development . MVC project structure is entirely different from other project types. It mostly used for web development. It is very lightweight and well structure which user can easily handle it. But one thing is that, if we are new for this architecture there is little bit of tough to understand its flow of development. If we try to make familiar with it , we can easily handle MVC projects.    

                                      MVC is an pure html based page creating which makes it fast performance and lightweight process. We know many of sites take more time to load and tolerate us to waste our time , here MVC solve that situation  in modern world. 


There is three layers which defines,

The business layer (Model logic)
The display layer (View logic)
The input control (Controller logic)

The Model is the part of the application that handles the logic for the application data.
Often model objects retrieve data (and store data) from a database.

The View is the parts of the application that handles the display of the data.
Most often the views are created from the model data.

The Controller is the part of the application that handles user interaction.
Typically controllers read data from a view, control user input, and send input data to the model.

Here we are giving an example video which helps you to develop MVC project,









By Varun K.R






Comments

Popular posts from this blog

Web design, Mobile Application, Seo, Digital Marketing, Website development, Software Company in Thrissur, Kerala, India

Rank Operation Using SQL