I would like to see your experience with popular ORM tools outhere, like NHibernate, LLBLGen, EF, S2Q, Genom-e, LightSpeed, DataObjects.NET, OpenAccess, ...

From my exp: - Genom-e is quiet capable of Linq & performance, dev support - EF lacks on some key features like lazy loading, Poco support, pers.ignorance... but in 4.o it may have overcome .. - DataObjects.Net so far good, althrough I found some bugs - NHibernate steep learning curve, no 100% Linq support (like in Genom-e and DataObjects.Net), but very supportive, extensible and mature

link|improve this question
Welcome to StackOverflow @bonefisher. Poll type questions should be asked with the "community wiki" checkbox checked. Please edit your question. – Oded Apr 12 '10 at 7:50
Thanks for the welcome & advice ;) – Bonefisher Apr 12 '10 at 7:57
feedback

2 Answers

http://www.ormbattle.net/

THat is about the best comparison you can find at the moment.

From my experience, btw.: Stay AWAY from NHibernate current release if you have interest in LINQ - use the development branch. The LINQ support mvoes into the main DLL AND - more important - is a lot better and complete than the limited add on methods in the current releases.

link|improve this answer
1  
ormbattle.net is not really a good way to evaluate differenct Orm tools as the that benchmarking is kind of useless in production code. – Bonefisher Apr 12 '10 at 8:21
@TomTom: I believe the ormbattle.net is same as ormeter.net! – KMån Apr 12 '10 at 8:31
depends. At least it ALSO gives you features. For example you can see whether implementations of for example LINQ features are good or bad. Many of the benchmarks are feature tests. – TomTom Apr 12 '10 at 8:45
On orm battle the best tool is project, where you need to write all required SQL in attributes for objects. Do you think its a good ORM? – Sly Apr 12 '10 at 13:57
@Sli: depends on what you want do.. the DO.Net is DDD driven or 'code first' driven, so using it for some Legacy DB is maybe not suitable.. – Bonefisher Apr 12 '10 at 14:04
feedback

http://ormeter.net/

alt text

link|improve this answer
thank you for the chart but I already saw this site weeks ago.. I wanted to know personal experience not some diagnostics on synthetic benchmarks – Bonefisher Apr 12 '10 at 8:38
1  
That won't work. Seriously - personal experience is very personal on personal project demands. Some people work perfectly with LINQ, but most of the time if you ask behind it is because they dont have a clue what a ORM is capable of acutally, and are totally happy to ahve something better than crappy handwritten stuff. – TomTom Apr 12 '10 at 8:46
you still can have a good experience with an ORM (bug-free, good functionality, support) and a bad experience (too many bugs, crappy functionality, delayed (or even none!) support from company/community.. so IMHO I think this is a valid question. – Bonefisher Apr 12 '10 at 8:52
feedback

Your Answer

 
or
required, but never shown

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