How to auto-generate simple CRUD controllers and views in ASP.Net MVC 2 (VS2010) Entity Framework pr
- by Ivan
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?