DbExtensions is a data-access framework with a strong focus on query composition, granularity and code aesthetics. It supports both POCO and dynamic (untyped) mapping.
DbExtensions' most popular component is SqlBuilder, a class for building dynamic SQL queries which is standalone and can be used with other mappers, such as Entity Framework or Dapper.
For more information visit the project site.