;
This is a CRUD generator. Either enter the information to define a database table or select to load the sample data. Then press the "Make CRUD" button. At the bottom of the page will be displayed the code to define the object as well as the stored procedures to Create, Read, Update and Delete the records. It also makes the c# methods to call those procedures. It is a nice time saver that creates very good code. While this is made to work from a web page, it can also get its configuration information from an existing SQL table. It is a good usage for native AJAX.