[Picture] ASP.NET MVC: Flow between Model-View-Controller
Many times I'm asked this very basic question that how the ASP.NET MVC application flows between Model-View-Controller. So here we will try to understand it with Picture Post.
- User requests URL
- Request is mapped to Controller('s Action Method)
- Action Method process Model and select View(Result Type)
- Processed Model is passed to View or Result Type
- Generated response sent back to user
Hope this would be helpful. Stay tuned for more post.
You can follow me on twitter for latest link and update on ASP.NET & MVC.