BizBlox Object Relational Mapping (ORM) Developer Suite for .NET
BizBlox is the simplest ORM system for Visual Studio today yet it provides powerful features you can grow in to as you need them.
- Automatically create thousands of lines of repetitive database code in seconds for C# or Visual Basic straight from your database design
- Search and query your database without writing any SQL and treat your results as if they are collections
- Full code synchronization allows you to change your database design whenever you like without affecting your code
- Support advanced database features without having to worry about the details: Transactions, Multi-lingual text processing, Natural language searching, SQL injection protection
- Easy to integrate in to existing projects.
- Using advanced caching techniques, BizBlox can handle large datasets and high transaction volumes easily
- Designed from the ground up to provide a complete framework for service-oriented applications and web services, BizBlox provides native support for creating and using transfer objects and partial transfer objects. Read more about this design pattern here...
- Includes complete API documentation, example projects and unit-test code to get you started.
You can download the latest version in the Featured Downloads box to the right.
For more information, please visit the BizBlox site at Pixolut Industries: http://www.pixolut.com/bizblox
Latest News
September 17 2009: BizBlox 1.8.1.0 released.
- Validation changed to use ValidationAttributes
- When updating, only update touched columns.
- Changes to DataObject querying and loading to allow partial loading of objects based on selected columns, and to allow "linked tables" and additional "linked columns" associated with the DataObject (GetLinkedColumn() method).
- Changes to allow GROUP BY, HAVING and SELECT AS expressions, including allowing COUNT(), AVG() etc.
- Add DataSetUtils class to allow easier retrieval of possibly null variables from a datarow (e.g. DateTime, Guid, String)
- Allow adding TO DataContract/DataMember and Order info for use with WCF
- DOTOs no longer inherit from base DOTO class, and are now simply Objects (for use with WCF-REST)
- Get documentation compiling properly.
- Improved project saving
- Solution changed to use .NET 3.5
July 7 2009: BizBlox 1.7.1.0 released.
An "N" identifier has been added before strings in updates/inserts to identify them as Unicode strings to improve support across different character sets. We will likely soon add a configuration setting to switch this behaviour on/off.