How to auto-generate simple CRUD controllers and views in ASP.Net MVC 2 (VS2010) Entity Framework pr

Posted by Ivan on Stack Overflow See other posts from Stack Overflow or by Ivan
Published on 2010-04-22T16:23:34Z Indexed on 2010/04/30 17:27 UTC
Read the original article Hit count: 643

I have a standard template "ASP.NET MVC 2 Web application" solution, an empty (meaning no data inserted, but with all tables etc. ready and waiting) SQL Server database, an Entity Framework 4 model (edmx). Is there a way to generate simple CRUD controllers and form views for all the entities in the model?

© Stack Overflow or respective owner

Related posts about asp.net-mvc-2

Related posts about entity-framework-4