MVC Architecture
In this blog, we will try to understand the MVC Architecture with the help of a diagram.
MVC consists of 3 main words:
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.
Next-
MVC Architecture
MVC consists of 3 main words:
- Model
- View
- Controller
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 |
- 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
Comments
Post a Comment
Dear Readers, Please post your valuable feedback in the comment section if you like this blog or if you have any suggestions. I would love to hear the same from you. Thanks