Data Editing With DEWD
DEWD (pronunciation: dood, [du:d]) is an Umbraco 4.0 extension used to edit sequential data such as rows in a SQL server database table. It's meant to allow developers to quickly set up user friendly SQL data editing in Umbraco (eg. for editors) without having to write custom code. It was written in C# using ASP.NET 3.5.
You should consider using DEWD if you're about to write yet-another-quick'n'dirty-custom-module-for-edting-some-stuff-in-a-database-table. A few lines of configuration in xml will allow you (and your webmaster, editors etc.) to create/delete/edit data in most simple table structures.
DEWD features:
Dev roadmap:
For more information go to http://dewd.codeplex.com/