Home > Resources > Technology > Data Services Framework
The Data Services Framework consists of a library of data and information access objects (Data Access Components). It serves as the data abstraction layer between the databases and the rest of the application. The Framework serves as an Object-Relational Mapper that, with the appropriate configuration, transforms object-oriented data (good for software architecture) into relational data (good for database operations):

The Data Services Framework supports the following key features: