Well, this is a new blog for our project to let me put ongoing development status up for you all to see.
Today I finished the BizBlox import engine which is a big step forward from the old DataObject code generation tool I had. This system creates a full set of ‘entities and finders’ in .NET code from SQL script. The code inherits from the BizBlox base classes for persistance and allows for you to work on the entities and collections and change the SQL schema mid development stream and the iterative code generation will regenrate the automated aspec and leave the hand made code alone.
A lot like the forms designers in VS.NET… but for persistant objects!
Yay. This thing rips. It generates 50 tables to entity and collection code in under 2 seconds!