---
title: "Steps to create MVC CRUD operation using Scaffolding."  
description: "Steps to create MVC CRUD operation using Scaffolding."  
author: "Anonymous User"  
published: 2020-02-17  
updated: 2020-02-17  
canonical: https://www.mindstick.com/forum/155825/steps-to-create-mvc-crud-operation-using-scaffolding  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# Steps to create MVC CRUD operation using Scaffolding.

[Briefly explain](https://www.mindstick.com/forum/156854/briefly-explain-the-concept-of-constructor-overloading) to me the various steps involved in [Asp.Net MVC](https://www.mindstick.com/forum/155798/what-is-caching-in-asp-dot-net-mvc) for creating [CRUD operation](https://www.mindstick.com/articles/13038/crud-operation-searching-paging-in-mvc-with-modal-popup) using [Scaffolding](https://www.mindstick.com/interview/23243/explain-the-concept-of-mvc-scaffolding) with suitable images.

## Replies

### Reply by Nishi Tiwari

The following are the steps which are used for creating an application with [ASP.NET](https://www.mindstick.com/articles/934/default-folders-available-inside-the-asp-dot-net-application-folder) scaffolding feature of [MVC](https://www.mindstick.com/forum/155803/define-cache-profile-in-mvc) 5:

- First Open Visual Studio 2013.
- Then select Menu File, then New Project.
- Select Web API, ASP.NET Web Application and Name it **[‘ScaffoldingInMVC5’](https://www.mindstick.com/forum/155824/what-is-scaffolding-in-mvc)** - Click OK. See the following image for same:

![Steps to create MVC CRUD operation using Scaffolding.](https://www.mindstick.com/mindstickforums/fbf0174e-2753-4df5-b85b-6eb78ed4f4c5/images/13f6c631-189f-4575-b2a3-1c87b91ab9d1.png)

- Now we will add a controller to our project

![Steps to create MVC CRUD operation using Scaffolding.](https://www.mindstick.com/mindstickforums/fbf0174e-2753-4df5-b85b-6eb78ed4f4c5/images/e67698cc-742d-4a49-9722-b5ab16ff1ee4.png)

- Then we will choose a scaffold template for creating [CRUD](https://www.mindstick.com/articles/12244/crud-operation-in-extjs) operations

![Steps to create MVC CRUD operation using Scaffolding.](https://www.mindstick.com/mindstickforums/fbf0174e-2753-4df5-b85b-6eb78ed4f4c5/images/707323cb-76a9-430f-a2fd-24ca29aa19b6.png)\

- After choosing the scaffold template we will provide a name to our controller

![Steps to create MVC CRUD operation using Scaffolding.](https://www.mindstick.com/mindstickforums/fbf0174e-2753-4df5-b85b-6eb78ed4f4c5/images/bf98dea0-2fb4-4000-8282-f6849001d006.png)\

- The following actions will be created for inserting, updating and deleting operations based on the scaffold template within the User controller.

![Steps to create MVC CRUD operation using Scaffolding.](https://www.mindstick.com/mindstickforums/fbf0174e-2753-4df5-b85b-6eb78ed4f4c5/images/830fa2c2-7fc2-413b-9065-4b20de08b3ca.png)


---

Original Source: https://www.mindstick.com/forum/155825/steps-to-create-mvc-crud-operation-using-scaffolding

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
