Is there a free asp.net mvc code generator that reads SQL Server and generates code?

I am looking for an ASP.NET MVC code generator that can read my SQL Server tables and then generates a model, views, controllers. Is there such a tool? Or, if not, is there less than $ 400 there?

+4
source share
1 answer

Yes and yes. See AspxFormsGen MVC3. It generates models, views, controllers, view models, stored procedures, mid-level code, data level code, reading your MS SQL database, and with one click. http://www.junnark.com/Products/AspxFormsGenMVC3

They have a free product (express) and one for sale (Pro + for $ 250)

+2
source

All Articles