In this blog, we will try to understand the MVC Architecture with the help of a diagram.
MVC Architecture
MVC consists of 3 main words:
- Model
- View
- Controller
Apart from above mentioned elements one another important element is there in MVC, called Routing.
To know more about Routing in MVC Click here.
MVC architecture works around these 3 words. You can get a basic idea about MVC from my initial blog here.
Below diagram explains the basic architecture of MVC framework.
MVC Framework Architecture |
Next-
- LifeCycle of an MVC Application
- Http GET vs Http POST
- Razor View and ASPX in MVC
- My First MVC Application
- ActionResult in MVC
- How to bind Dropdown list with static values