Hacker News new | ask | show | jobs
by kidmenot 3614 days ago
I hate it with a passion. I use Dapper whenever I can and couldn't be happier about it.
1 comments

Yep. Dapper is far simpler. All the relationship navigation and deferred loading of related entities is clever but takes effort to optimize and is too easily abused.

Every large team I've seen use it (EF) ends up with slow horrible queries generated that DBAs see hitting the database thinking WTF?