MVC.md - brainchildservices/curriculum GitHub Wiki
SLIDE-1
MVC
SLIDE-2
MVC (Model-View-Controller) is a pattern in software design commonly used to implement user interfaces, data, and controlling logic. It emphasizes a separation between the software’s business logic and display.
The three parts of the MVC software-design pattern can be described as follows:
- Model: Manages data and business logic.
- View: Handles layout and display.
- Controller: Routes commands to the model and view parts.
SLIDE-3
Advantages Of Using MVC Framework
- Faster Development Process
- Ability To Provide Multiple Views
- Support For Asynchronous Technique
- The Modification Does Not Affect The Entire Model
- MVC Model Returns The Data Without Formatting
- SEO Friendly Development Platform