For the past week, I have been looking at ways of building CRUD interfaces in .NET. I wanted something that would couple with Entity Framework and automatically generate grid views and insert / edit interfaces. This of course done by reading metadata from the Entity Model code which could be customized by the developer.
Enters, Dynamic Data Framework for ASP.NET. It looks promising and flexible enough. This week will be dedicated into implementing Dynamic Data into an existing ASP.NET Web Site, customizing templates and modifying templates for individual tables.
No comments:
Post a Comment