BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News OpenAccess ORM Renamed As Telerik Data Access with Improved UI and Colored Visual Designer

OpenAccess ORM Renamed As Telerik Data Access with Improved UI and Colored Visual Designer

This item in japanese

Bookmarks

OpenAccess ORM, API for design and run time interaction with relational back-ends has been recently renamed as Telerik Data Access. The upcoming Q1 2014 release of data access will have an upgraded user interface and the wizards will appear with new logo. Moreover, the visual designer will be visible in green color. It will also include Telerik.DataAccess.Core, Telerik.DataAccess.Fluent and Telerik.DataAccess.Fluent.Sample NuGet packages.

The core package will be useful for those projects which refer to data layer without defining new persistent entities and fluent package is oriented for fluent mapping data layer. However, you should note that OpenAccess packages are obsolete and are replaced by the above mentiuoned NuGet packages.

The Telerik.DataAccess.Core NuGet package includes runtime assemblies which consumes persistent objects without mapping definition and can be installed from the package manager console. On the other hand, the Telerik.DataAccess.Fluent NuGet package can be used for defining data access model using the code first fluent mapping. It includes the assembly references made by the Telerik Data Access Enhancer tool during the build process, required by Telerik Data Access runtime.

The Telerik.DataAccess.Fluent.Sample package provides a sample solution which examines the usage of the Telerik DataAccess fluent mapping support and can be installed using the command - Install-Package Telerik.DataAccess.Fluent.Sample from within the package manager.

According to official sources, there will be no changes in the API or assembly names as a result of the changeover. Hence, developers will be still  able to make use of OpenAccessContext and Telerik.OpenAccess assemblies.

InfoQ contacted Ivailo Ivanov, Team Lead, Telerik Data Access to know more about the latest development and his reply has been summarized below

Our product was initially designed as an ORM product, offering an alternative of the popular NHibernate or Entity Framework. However, throughout the years, it has both matured and turned into something more - a Data Access framework where the object-relational mapping is only a part of our value proposition.

It now offers a low-level ADO API, ability to operate with artificial types defined during runtime, web services generation, bulk operations and many other features that are not typical for a standard ORM product. Therefore, we have decided that Telerik Data Access better describes what the product has become and where it is going.

While re-branding we had one thing in mind - the changes in our marketing shouldn't cause changes in the client code. We have avoided introducing breaking changes - the APIs and assembly names are the same. The only thing that has changed is the naming of our NuGet packages, but even for them the standard upgrade procedure should resolve the differences automatically.

 

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT