Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET Code Generator [closed]

I have a SQL Server Database. I would really like to quickly generate a middle-tier and a front-end from this database. I would prefer something that generates web forms if possible. I understand that no code-generator will be phenomenal. However, I just want something to get me up and running quickly that I can then customize as needed.

Can anybody recommend any code-generators?

Thank you!

like image 902
user687554 Avatar asked Apr 13 '11 00:04

user687554


2 Answers

There is ASP.NET Dynamic Data. If you can live with MVC, EF4 and MVC3 would be my choice above Dynamic Data.

like image 197
Daniel A. White Avatar answered Oct 15 '22 04:10

Daniel A. White


I have a friend who is releasing a code generator very soon. You provide xslts based on the data model to create classes at any layer you want. Here is the site: Code Generator Be sure to check out the sample project.

like image 32
skaz Avatar answered Oct 15 '22 04:10

skaz