(As they say, a million dollar question. With my experience in IT I'm well aware this is too much of an umbrella question, so I risk getting "the question's too broad" kind of answers or getting the question closed but still...)
From your experience, what's the best (conceptually simplest, least effort required, biggest bang for the buck, smallest learning curvehow do I define that?!) set of technologies to author so-called "Admin UIs" (basically, a set of screens for editing related SQL tables), whether Web App or Think Thick Client.
The UI would probably have to have rich support of grids
In my experience, dropdowns while backend would probably be best with data binding and ORM.
Frameworks frameworks like rails and ASP.NET MVC are too generic / too low level,
.
ASP DynamicData is incomprehensible for me.
I mean it's such a common problem, and so often I see Admin UIs not getting implemented at all and users having
On backend we have tools like NHibernate that cuts time required to resort talk to Query Analyzer etc..DB tenfold. There has to be something other there :) However on frontend we operate at a much lower level of abstraction, just like we did on data access side in the days before ORM...