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

Posted by upthecreek on Stack Overflow See other posts from Stack Overflow or by upthecreek
Published on 2010-04-29T08:03:36Z Indexed on 2010/04/29 8:07 UTC
Read the original article Hit count: 268

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about crud