
What is MVC Architecture? MVC stands for Model-View-Controller. The standard for building modern application. The whole idea behind MVC framework (MVC Architecture) is to build application in a modular way. Where we have 3 general parts responsible for creating the output. Allowing the interaction with the user. In MVC architecture, a model is responsible for […]