c# - Which Micro ORM to use? -


trying decide between dapper, massive , petapoco. simplicity of dapper, flexibility of massive , poco support in petapoco procrastinating 1 choose next project.

i realise that, large extent, it's matter of personal taste, believe valuable hear opinions on subject, people tried more 1 of these, err, libraries (what is right term: library, file, framework?)

try decide of features mention -- simplicity, flexibility, poco support -- useful , project(s) one year now. make work easier?

then you'll have answer. , if still can't choose, pick dapper (just random selection made :-) cheshire cat says, if don't know want go, doesn't matter road choose.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -