Universal Database Administrator for ASP.NET and SQL Server
A dynamic web application needs an admin section for CRUD actions on the
records/tables in the database. Wouldn't it be nice to have a database admin,
which can be plugged to any web application? Just give your SQL connection
string and it dynamically manages all table operations in just five pages.
Here is an article describes an ASP.NET web module which can be added
/customized in any SQL driven web application as a database administration
module. When I first started with an admin section for a web application, I
thought why not try to make something more general, a plug-n-play admin section
which can be used for any SQL driven dynamic web application, and here is the
result of the effort.
Labels: Technology