Creating a data driven web front end quickly

Posted by Ilya on Stack Overflow See other posts from Stack Overflow or by Ilya
Published on 2009-02-10T16:05:30Z Indexed on 2010/04/07 1:03 UTC
Read the original article Hit count: 294

Filed under:
|
|

Over the last few years, I can't count how many web front ends I've had to create over a relatively simple database schema to fasciliate data entry. I have to imagine that someone out there has written a framework I can use to simplify the creation of these kind of simple GUIs.

Doing a quick google, the following look like the key players in .net:

  • ASP.Net dynamic data framework
  • SubSonic
  • NakedObjects for .net

Has anyone worked with any of these and have any preferences? More importantly, are there other frameworks that would be good to evaluate in this space?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about database