DataForms.Net allow developers to rapidly create database applications on MS
SQL Server or other RDBMS.
Just point DataForms.Net to any table in your database and DataForms.Net will
get underlying schema and dynamically create forms to add, edit, delete, sort,
filter and print data.
No more tedious SQL syntax to JOIN multiple tables, DataForms.Net automatically
create joins on multiple tables according to relations beetwen them. Data input
is automatically validated according to column properties such as datatype,
maxlength, foreign key constraints etc. Aditionally you can use your own custom
data validation functions. Data displayed in DataGrid can now be easily printed
taking in consideration how you sorted it and column width. Your applications
users can configure position and size of controls at runtime. If database
schema changes no recompile is required because DataForms.Net works
dynamically.