NOTE: Read about our Current Status
BizBlox v0.9.9.1 Review
BizBlox is a code generation tool that generates its code from SQL scripts exported from SQL Server Enterprise Manager, Query Analyzer, or scripts you may have written by hand. This generated code implements the BizBlox ORM API to automatically persist the objects to the database. BizBlox supports code synchornization for the code it generates, so that changes to the data schema (scripts) can be made and then reflected in the generated code upon the generation of the code. One of the requirements of BizBlox is that you use the uniqueidentifier data in your primary keys since BizBlox implements the GUID data type for the primary key value in its tables. From within the Visual Studio .NET IDE, you can use the BizBlox ORM API with your own objects by adding a reference to the BizBlox ORM components to your project. The BizBlox architecture makes use of the transfer object design pattern, which places importance on fast distributed-object communication for data access objects. Support for BizBlox is provided through an online Knowledge Base at the vendor's Web site.
