Habanero is an object relational mapping (ORM) architecture for .Net that carries out database persistence. It maps database entities to objects in code, generates user interfaces to edit the object's properties, 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.