Is there anyone out there that has used the Telerik product and had good experiences with it, especially if you have also tried other ORM's? Are there specific advantages to Telerik's product that warrant the price tag? Why would I choose it over something free like nHibernate?

EDIT: Telerik says they are "Reflection-Free." Is there any merit to that?

Telerik also says that they support forward (model-first) and reverse (schema-first) mapping support. Could this potentially be a replacement for (not quite ready for prime time) Entity Framework?

link|improve this question

Take a look at this question. stackoverflow.com/questions/249550/… – J.W. Jun 12 '09 at 17:01
I see a couple of ORMs at that question I've never seen before. Telerik is mentioned, but only in passing. – Robert Harvey Jun 12 '09 at 17:07
feedback

5 Answers

I would recommend the free alternatives, but not because of any featureset. The advantage the free alternatives have is that they have a very wide user base, so more of your developers are likely to have nHibernate experience than Telerik ORM experience, and your newfound nHibernate experience will serve you well for the remainder of your career, wereas this may be the only project you ever see with Telerik ORM.

link|improve this answer
Valid point. Presumably Telerik feels they have something to offer (beyond the free ORMs) that people are willing to pay for. – Robert Harvey Jun 12 '09 at 16:49
feedback
up vote 9 down vote accepted

Apparently no one uses the Telerik ORM, or is impressed enough with it to leave positive comments here.

link|improve this answer
feedback

Apart from a watching a promising looking video and regular reminder that I must evaluate this (I downloaded it months ago) I've not used it yet.

I've used other Telerik products (RAD controls) though and taken a look at Sitefinity which looks quite nice. If you use anything else by Telerik then it may be advantageous to use this as it may come free as part of a bundle.

The other advantage of paying for your ORM is the support channels.

But the open source alternatives are pretty damn good these days...

link|improve this answer
3  
It's hard to argue with the quality of their RAD controls, the availability of source code for them and the support they provide. – Robert Harvey Jun 12 '09 at 16:51
feedback

Already used their ASP.Net Controls These controls are very nice and decrease the development time too much, but sure it will cost you some money, so our clients pay for that, or we buy it once and put in many projects.

About the telerik ORM:

Didn't use before, but i didn't think one day to buy it, but sure you may need to buy it because each ORM has a key option which make it better in some cases.

If you don't have special needs in your ORM, you can try some free ORMs first.

By the way i trust telerik, they are a very good company and doing things very nice.

Check List of famous .Net ORMs

link|improve this answer
I just noticed they have a free version of the ORM that works with free databases like SQL Server Express, and appears to have the same feature set. – Robert Harvey Jun 12 '09 at 16:54
So, use it i trust telerik, the only concern is: its not famous ORM, so you will not find a lot of help on the web, you will just find in telerik forums, and ORM manuals "that's from my point of view" – Amr ElGarhy Jun 12 '09 at 16:59
feedback

Regarding the no reflection feature, IMHO I think that it would be valuable in scenarios where reflection or JIT compilation is not available as such as the iPhone imposes, that is a plausible scenario if you use MonoTouch to develop an iPhone app.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.