This is a migrated thread and some comments may be shown as answers.

What's exactly telerik orm used ?

3 Answers 55 Views
Data Access Free Edition
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Pourdad
Top achievements
Rank 1
Pourdad asked on 11 Aug 2012, 10:23 AM
Hi friends . What's exactly telerik orm used ? Best comparison between telerik orm and microsoft ef ?

3 Answers, 1 is accepted

Sort by
0
Ivailo
Telerik team
answered on 15 Aug 2012, 12:39 PM
Hello Pourdad,

OpenAccess is an Object Relational Mapping solution. It can help you build your data access layer faster and in a more reliable manner.

We generate your classes or your database, manage the mapping, create methods for calling stored procedures, help you generate and expose web services based on the domain model, etc. After that, we help you during runtime by providing caching mechanisms, concurrency handling, lazy loading, and other capabilities.

Of course, there are some differences between OpenAccess and EF. I would mention the following reasons you might consider for choosing OpenAccess:
1) Mapping - OpenAccess tends to be more flexible, offering you more control over what is happening with your data access. Examples include:
- support for many backends, so changing your database in the future will be possible without rewriting the data access layer
- execute changes in your model with a single click using the batch operations 
- naming settings both in the model and in the database
- many other features that can come handy

2) Runtime - OpenAccess offers second level cache and a lot of control over its behavior, like configuring the connection pools, transactions isolation, concurrency, etc. Everything that is happening can be viewed and analyzed though the OpenAccess Profiler.

3) Support - if you download OpenAccess for free, you have our forums where you can get help from our team or other members of the Telerik community. In case you are licensed through the Telerik DevCraft collections, you get 24 hour support and many other support options depending on the license.

This is just a quick overview, so do not hesitate to get back to us if you are interested in any specific areas of the product.

All the best,
Ivailo
the Telerik team
Follow @OpenAccessORM Twitter channel to be the first one to get the latest updates on new releases, tips and tricks and sneak peeks at our product labs!
0
Pourdad
Top achievements
Rank 1
answered on 22 Feb 2013, 05:33 PM
Hi Friend
Thanks for your attention and I'm sorry ,Because my answer in too late.
But I have other question ?

This edition is free . could I use this product for commercial project ?
If free edition have limitation , Please tell me because I should choose Telerik ORM or EF for my project .

Thanks
0
Ivailo
Telerik team
answered on 27 Feb 2013, 06:29 PM
Hi Pourdad,

Yes, you can use Telerik OpenAccess ORM for free in your commercial products. There will be no functional or performance limitations when you do that. 

Do not hesitate to let us know if you have any other questions about OpenAccess.

All the best,
Ivailo
the Telerik team
OpenAccess ORM Q1 2013 is out featuring Multi-Diagrams, Persistent Data Stream Support and much more. Sign up for a free webinar to see all the new stuff in action.
Tags
Data Access Free Edition
Asked by
Pourdad
Top achievements
Rank 1
Answers by
Ivailo
Telerik team
Pourdad
Top achievements
Rank 1
Share this question
or