There's no doubt that Entity Framework with LINQ is great (I've certainly written enough articles about it). But Entity Framework comes at a cost. As Matthew Jones points out on his blog, using ...
DapperQueryBuilder was fully rewritten into a new library InterpolatedSql.Dapper. There is a new library InterpolatedSql which is Database-agnostic and ORM agnostic (does not depend on Dapper), and ...