PreviousNext

ASP.NET MVC Application Request life cycle

by bill-s, 2020-11-30T02:35:22.385Z

This article describes the ASP.NET MVC request life cycle, it explains how request flows from the user browser to MVC application and vice versa. This gives you detail description of ASP.NET MVC request steps like routing, MvcHandler, Controller, Action Execution, View Result, View Engine, and View.

Read More