submitted by
bchick
4 days, 20 hours ago
Habanero is an object relational mapping (ORM) architecture for .Net that carries out database persistence. It maps database entities to objects in code and persists changes to and from the database. Essentially, it saves a large volume of repetitive coding and quickly frees developers to move on to the application logic.
Latest changes:
- UI generation now supports both Windows and Visual WebGUI
- ControlFactory structure introduced to UI generation
- Data layer separated from BusinessObject layer
- In-memory database support added
- BusinessObject loading rewritten
- New Habanero Criteria and Query criteria trees
- Added support for Firebird databases