0 votes
in C Sharp by

 Explain what is MVC application life cycle?

1 Answer

0 votes
by

Any web application has two main execution steps, first understanding the request and depending on the type of the request sending out an appropriate response. MVC application life cycle is not different it has two main phases, first creating the request object and second sending our response to the browser.

Creating the request object includes four basic steps: 

Step 1: Fill route
Step 2: Fetch route
Step 3: Request context created
Step 4: Controller instance created 

Related questions

0 votes
asked Jul 6, 2022 in Data Mining Methods Basics by sharadyadav1986
0 votes
asked Dec 6, 2019 in Testing by SakshiSharma
...