---
title: "Explain what are the steps for the execution of an MVC project?"  
description: "Explain what are the steps for the execution of an MVC project?"  
author: "Anonymous User"  
published: 2018-03-26  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/23367/explain-what-are-the-steps-for-the-execution-of-an-mvc-project  
category: "asp.net"  
tags: ["asp.net mvc", "mvc"]  
reading_time: 1 minute  

---

# Explain what are the steps for the execution of an MVC project?

## Following are the steps

1-Receive first request for the application

2-Performs routing

3-Creates MVC request handler

4-Create Controller

5-Execute Controller

6-Invoke action

7-Execute Result

## Answers

### Answer by Anonymous User

## Following are the steps

1-Receive first request for the application

2-Performs routing

3-Creates MVC request handler

4-Create Controller

5-Execute Controller

6-Invoke action

7-Execute Result


---

Original Source: https://www.mindstick.com/interview/23367/explain-what-are-the-steps-for-the-execution-of-an-mvc-project

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
