Dapper against EF. I come from Ruby/ Rails background and have worked with ActiveRecord (ORM) quite a bit. Is Dapper alright? Want to straight get to MVC and APIs really
Dapper is a microORM, I would not use it for big project neither for domain classes, I tryed to use it to apply some kind of CQRS patter.. I mean it works but I would rather use it on small projects for example as a mapper in a case where FE => Controller => Query => DB view => FE
Обсуждают сегодня