Analyzed about 1 year ago
Habanero is an open source Enterprise Application Framework for .Net that provides the tools to produce an agile application from the data layer through to the front-end. Released for free under the LGPL license, it persists data to and from the database using object relational mapping, manages
... [More]
business objects to support a rich domain model, and generates user interfaces at runtime to display and edit the mapped data.
Data Layer
* Support multiple database vendors
* No more database coding
* Multiple data sources, in-memory DB
Domain Layer
* Object Relational Mapping (ORM)
* Rich domain model
* Validation and business rules
Presentation Layer
* One application for desktop & web
* Runtime generation of user interfaces
* Seamless link to domain model
FireStarter
* Tool for Habanero [Less]