code generation - Tools for auto-generating ASP.NET MVC CRUD UI? -
does know of tools generating asp.net mvc crud user interfaces (e.g. controllers , views admin tools), given:
- a set of model objects.
- a set of repositories retrieving objects.
thanks
there project on codeplex called mvccrud automate repository , controller. optionally supports jqgrid (searching, sorting etc). isnt included in project simple add t4 templates generate desired view.
if want normal crud functionality very quick. downside repository linq2sql, can add own using interface prity simple extend or use parts of.
Comments
Post a Comment