I am writing an open source Code Generator. Here is a list of what it can do. If you want the code, please let me know.

1. Generates Class files based on SQL server database.
2. Generates Class properties.
3. Generates Class contructors.
4. Generates a Singleton class and it's corresponding Collection class.
5. Outputs individual files or the code to copy and paste.

In progress...
1. Generates Strongly Typed dataset corresponding to the SQL server tables and Class generated above.