Trying to decide between Dapper, Massive and PetaPoco. I do like simplicity of Dapper, fexibility of Massive and POCO support in PetaPoco but am currently procrastinating about which one to choose for my next project.

I do realise that, to a large extent, it's the matter of personal taste, but believe it will be valuable to hear some opinions on the subject, especially from people who tried more than one of these, err, libraries (what is the right term: library, file, framework?)

link|improve this question
3  
Someone is going to drop by and vote for Dapper just because it's used here. – BoltClock Apr 29 '11 at 8:56
Care to provide a little details about your next project as right now this question is subjective? – Darin Dimitrov Apr 29 '11 at 9:04
5  
This is interresting and should be reopened IMHO – Laurent Jul 7 '11 at 6:42
feedback

closed as not constructive by Darin Dimitrov, jgauffin, Michael Maddox, Henk Holterman, Charles Apr 30 '11 at 23:31

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

3 Answers

Try to decide which of the features you mention -- simplicity, flexibility, POCO support -- will be most useful to you and your project(s) one year from now. Which is most likely to make your work easier?

Then you'll have your answer. And if you still can't choose, pick Dapper (just a random selection I made :-) As the Cheshire Cat says, if you don't really know where you want to go, it doesn't matter which road you choose.

link|improve this answer
1  
+1 for Cat's reference - you're right. I guess I implicitly hoped for someone who tried at least 2 of these to chime in. – georged May 1 '11 at 8:29
feedback

PetaPoco's documentation seems more mature than others. It seems like it is the safest route.

link|improve this answer
1  
Agree that PetaPoco probably is getting less attention than it deserves (as compared to other two). Looks like taking them for a spin on a small project would be the best way to compare. – georged May 1 '11 at 11:36
I think that one of its strengths is simplicity (similar as Massive on .net 4). Less code means easier problem solving. I'll give it a try and use T4 along with it to avoid heavy use of magic strings similar to what I've done with BLToolkit. – Robert Koritnik May 17 '11 at 12:24
feedback

i havent triend any of those. by default i always base my decision on number of lines of resulting client code and type safety. of course there are number of other metrics you should take into account but if your project is not constrained by any special (exotic) requirements those two are generally appliable. btw. i am aware about controversy my response may lead to ;)

link|improve this answer
feedback

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