The .NET Show: Object Role Modeling
The .NET Show: Object Role Modeling
The latest installment in the .NET Show was put up last night. The focus of this episode is Object Role Modeling. Here's a quick definition of ORM for those who aren't already familiar with it:
Object Role Modeling (ORM) is a powerful method for designing and querying database models at the conceptual level, where the application is described in terms easily understood by non-technical users. In practice, ORM data models often capture more business rules, and are easier to validate and evolve than data models in other approaches.