This tool generates classes and stored procedures based on database table structures.
The application previously included a splash screen during processing, but that has been removed to keep things simple.
Portions of the table mapping and data type conversion logic were adapted from external sources (as credited in the code).
Currently, the metadata used for generation is stored in a separate database table, which must be loaded into the SQL Server instance containing the target database. This enables the program to correctly map and generate the corresponding classes and stored procedures.
A potential improvement would be to move this configuration to an XML-based format, allowing the generator to run without requiring a separate database dependency.
Feel free to fork, modify, and improve this project to suit your needs.