Onskee Code Generator
Several years ago, I created a code generator
after being dissatisfied with the lack of functionality or the amount of configuration required in other free or commercially available generators. I use it at work for virtually all of my data access objects
and could not churn out the amount of code in the same amount of time without it.
It's gone through several iterations and updates since it's inception, but the general premise is the same. generates .Net classes for all selects, inserts, updates and deletes for tables; selects for views and execute functions for stored procedures. It can either generate C# or VB.Net code and there's no big secret about any of it. You can tweak or add to the generated code as needed (and I often do). It works with SQL 2000 and 2005.
Most recently, I've added the ability to generate insert/update/delete stored procedures for my tables to this tool, and to generate the insert statements for repopulating tables. This comes in very handy for migrating apps from development to production when your shop requires changes to go through a DBA.
So I wanted to make available to everyone. Use it all, use part of it, or don't use any of it. If you *do* use it and at least moderately dig it, please consider donating to the cause. In the unlikely event of any bugs, you;ll be more likely to get a response from me if you do. :)
Please make sure to login to the site so you can install . If you decide to give it a go, please let me know what you think.