|
CodeGen is a code generator that takes an SQL Server database as input and generates
Insert/Update/Delete/Select queries to put into a Data Access Layer (as a DLL file) which you can connect to from your .NET web application as an API.
CodeGen also generates XML documentation for this API.
You can generate ASPX pages for record insertion and editing, code for loading data onto dropdown boxes, lists, treeview controls and datagrid.
|
|
|
|