@Blog.Author(Nandip Makwana) .LearningExperience(ASP.NET, ASP.NET MVC, IIS, jQuery & Technology Surrounding it...)

April 5, 2013 comment ,

[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.

Flow between Model-View-Controller in ASP.NET MVC
  • 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.

comments powered by Disqus

Featured Content

Resources & Tools

About Nandip Makwana

Nandip Makwana is passionate about digital world and web. He completed his Masters in Computer Application in June 2011. Currently he is working as a Software Engineer. He has shown great promise and command over ASP.NET and technologies surrounding it during his academic years and professorial life...continue reading