---
title: "What are the steps for the execution of an MVC project?"  
description: "What are the steps for the execution of an MVC project?"  
author: "Manish Kumar"  
published: 2017-05-08  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/23240/what-are-the-steps-for-the-execution-of-an-mvc-project  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What are the steps for the execution of an MVC project?

**All steps for the execution of an project**

## \

**1-** First step is to receive request for the application

**2-** Execute routing

**3-** Creates MVC request handler

**4-** Create controller

**5-** Execute controller

**6-** Invoke action

**7-** Execute Result

## Answers

### Answer by Manish Kumar

**All steps for the execution of an project**

## \

**1-** First step is to receive request for the application

**2-** Execute 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/23240/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.
