开发者

Generating Admin Interfaces in ASP.NET or ASP.NET MVC

开发者 https://www.devze.com 2022-12-19 20:15 出处:网络
Is there a Django-like a开发者_如何转开发dmin interface generator for ASP.NET or ASP.NET MVC?

Is there a Django-like a开发者_如何转开发dmin interface generator for ASP.NET or ASP.NET MVC?

If not, are there any tools that could assist in creating one?


ASP.NET Data Dynamics may be what you're looking for.

It helps to quickly generate interfaces you can use to manage your data.


There is nothing for MVC that I know of. T4 templating will get you pretty close to this type of automatic interface generation for dummy CRUD pages. There are lots of freely available templates if you do a bit of searching.

http://blogs.msdn.com/webdevtools/archive/2009/01/29/t4-templates-a-quick-start-guide-for-asp-net-mvc-developers.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消