Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Happy Scaffolding for MVC5
Happy Scaffolding for MVC5

Happy Scaffolding for MVC5

robinliks

|
15,166 installs
| (5) | Free
Generates ASP.NET MVC 5 for C.R.U.D from an Entity Framework data context and model class.
Download

when installing extension select your Visual Studio Version:  

 

this extension with two module:

  1. Generate C.R.U.D
  2. Generate Search web from Store Procedure

 

Generate C.R.U.D

The scaffolding could generates ASP.NET MVC5 source code, include a controller class, three views : Index, Create, Edit, and one partial view.

It generate from an Entity Framework data context and model class. 

After install this extension, in your MVC project folder, select [Controller] folder.

Controllers > right button > Add > New Scaffolded Item 


 

You'll find this extension in Common > Other 

 

Choose Model , Data context, then click [Add]

 

If you want generate views, then could setting each field display name

 

When process done, you'll see generated files in your MVC project.



View in Browser, see Index page :


 

Create page :

Edit page :

Editor field for Date Type : 

Delete confirm message dialog:

 


 

 

Generate Search web from Store Procedure


 

choose method, that's a store procedure import to Entity Framework

 

setting query form

 

setting list view

 

When process done, you'll see generated files in your MVC project.

 

View in Browser, see have 3 functions : query, list, export to excel.

 

source code

github at https://github.com/robinli/MVC5-Scaffolder 

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft