Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tools for auto-generating ASP.NET MVC CRUD UI?

Does anyone know of any tools for generating ASP.NET MVC CRUD User Interfaces (E.g. the controllers and views for Admin tools), given:

  • A set of model objects.
  • A set of repositories for retrieving those objects.

Thanks

like image 819
UpTheCreek Avatar asked Apr 06 '26 10:04

UpTheCreek


1 Answers

There is a project on codeplex called MVCCrud this will automate repository and controller. Also optionally supports JqGrid (searching, sorting etc). It isnt included in the project but its very simple to add some T4 templates to generate the desired view.

If you just want normal crud functionality this is very very quick. Only downside is the only repository is Linq2Sql, but you can easily add your own using their interface it is prity simple to extend or use parts of.

like image 76
Matthew Hood Avatar answered Apr 09 '26 02:04

Matthew Hood



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!