BinaryIntellect Code Generator (BETA) released
One of the things I like about software development is the ability to automate monotonous tasks. Few weeks back I needed a free code generator for generating typical insert, update, delete, select all and select by Id kind of stored procedures and classes. Believe it or not but there are developers who manually code these stored procedures and classes. There are many gode generation tools available today. Some are free and rest all are commercial. In the past I used one of the popular FREE tools. But it seems that the tool no longer exists as FREE. The company has removed its mention from their home page. Moreover my requirements was such that I could not have used the code AS IS. So there was no option but to write my own tool :-). As a result I wrote BinaryIntellect Code Generator. It is absolutely FREE to use Currently it is being released as BETA. Some features will be added in near future. If you can spare some time running it on some test database and give your feedback including bugs, error or features that will be great. I can include them in the final version.