Search code examples
asp.nettemplatesdynamic-data

ASP.NET Scaffolding/Templating CRUD Solutions


I've been looking into ASP.NET Dynamic Data and how it does scaffolding and routing. I've only scratched the surface, but it's looking like I'd have to create a template for each table that I didn't want to display all columns the same way.

My first impression after looking at dynamic data is that it would seem like less time on the programmer to have to edit one-time generated user controls rather than build a template for each table that doesn't have a uniform display behavior.

What proven solutions are people currently using that help ease the laborious tasks of creating ASP.NET CRUD type user controls?

Thanks


Solution

  • Obviously not much widespread use out there other than whats provided in Visual Studio.