March09

Telerik OpenAccess ORM supports VistaDB 4

Telerik OpenAccess ORMTelerik is launching an updated Premium Collection today that includes a new release of the Telerik OpenAccess ORM.  This release supports VistaDB 4 as a targeted database.

This is something we have been holding the lid on for a while, but it is great news for the VistaDB community.  We continue to work with industry leaders to ensure our customers have the most options when it comes to how and where they use their databases.

What is OpenAccess ORM?

All Object Relational Modelers (ORM) are built to allow object oriented languages to map their objects to the relational database model.  There is an mismatch (called the Object relational impedance mismatch) between how things work in a relational database, and how we as object oriented programmers view those objects.  ORM tools aim to ease that process by creating mapping layers that hide the complexity of these problems.

An added benefit to modern ORM tools is that they often encapsulate you from the underlying database (mostly).  Many are now also starting to allow for advanced features like the ability to model your application in objects first, and have the database generated from that model.

From the Telerik website:

Telerik OpenAccess is an Enterprise-grade .Net ORM that does the data access plumbing in desktop and web applications. Supporting both forward (model-first) and reverse (schema-first) mapping, the tool offers transparent persistence for your DAL and business objects. OpenAccess ORM provides tight Visual Studio integration and allows you to seamlessly create database independent code. Take full control of the generated code by customizing the tool and leveraging its advanced features for code optimization and caching.

Visit the OpenAccess ORM Features page to read through their complete list of features.  The list is quite large, and includes a lot of features you won’t find in the Entity Framework.

More...