Dapper: What is Dapper different from many others ORM

Created on 12 Oct 2017  Â·  3Comments  Â·  Source: StackExchange/Dapper

As we know,Dapper is so smaill,but so fast.
I want to know why Dapper is so fast ?
Someone can help me ?

Most helpful comment

  • concentrate on solving the biggest problems, not solving everything
  • for the things you do: do them well
  • do them directly, without 17 layers of abstraction and indirection

that's it, really

All 3 comments

  • concentrate on solving the biggest problems, not solving everything
  • for the things you do: do them well
  • do them directly, without 17 layers of abstraction and indirection

that's it, really

specific examples:

  • no config files to parse
  • no DSL to parse
  • no query generation
  • no abstract multi-DB targeting
  • no change tracking / identity management

Most people don't need those for most things.

On 12 Oct 2017 7:43 a.m., "Angkor.Wu" notifications@github.com wrote:

As we know,Dapper is so smaill,but so fast.
I want to know why Dapper is so fast ?
Someone can help me ?

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/StackExchange/Dapper/issues/860, or mute the thread
https://github.com/notifications/unsubscribe-auth/AABDsFK6w07-lsP4ZKj4H5bj6FeUJwDRks5srbT2gaJpZM4P2iWm
.

Closing out as answered above :)

Was this page helpful?
0 / 5 - 0 ratings