How-To-Select
Guides
  • Home
  • Sections
  • Topics
  • Services
  • Projects
  • Products
  • Vendors
  • Contact
  • About

Navigation

  • Recent posts
Home » Table of Contents - Object-Relational Mapping Tools for .NET, 1st Edition » Informed Opinions about O/R Mapping Tools for .NET, 1st Edition
NOTE: Read about our Current Status

Andres Aguiar on How-To-Select an O/R Mapping Tool for .NET (2006)

Expert:
Andres Aguiar
Topic:
O/R Mapping Tools for .NET

Object-relational mapping serves several purposes. One of them is to simplify data access by reimplementing the data access APIs built on .NET. Instead of accessing data using DataSets and DataAdapters, mappers create a whole new API.

You can improve DataSets and DataAdapters by decoupling them from the database schema and generating the right code to support paging, joins, and dynamic filtering and ordering. In this way, users of the data access layer do not need to learn a new data access API, reducing the overall cost of adopting these tools. There are several ways to learn how to use DataSets (training courses, books, online articles), but it's not as easy to train people in the object-relational mapping tool of your choice.

This is why, at DeKlarit, we decided to greatly improve the DataAdapters/DataSet approach, making it highly suitable for enterprise-scale application development.

‹ Informed Opinions about O/R Mapping Tools for .NET, 1st EditionupFabrice Marguerie on How-To-Select an O/R Mapping Tool for .NET (2006) ›
  • Login or register to post comments
Design by styleshout Drupalized by All Drupal Themes Perfected by NewClarity LLC