ARBT ORM
Framework - .NET Library for object-relational mapping
The ARBT ORM (Object-Relational Mapping) Framework is a software library
that allows object-oriented .NET applications to easily persist and
recover data in relational databases. Being fully built using .NET C#
code, it is an ideal tool for object-oriented application development,
allowing a complete and transparent mapping between objects and the
relational database.
By implementing several base types from which is possible to derive all
the applications objects, it can insulate the developer from the
relational layer, allowing he or she to work in total object-oriented
environment. Using an “object factory” and an “object broker’ patterns,
it is possible to perform all persistence operations to save, update and
retrieve data from Microsoft® SQL Server or Oracle® databases. All the
object-relational mappings are performed using database views or XML
files. |