Dapper is an object mapper for ADO.NET that aims to simplify data access and mapping between .NET objects and SQL databases. It provides extension methods for querying and mapping database results to .NET objects with minimal code. Micro ORMs like Dapper, Massive, PetaPoco, and SimpleData aim to simplify data access without requiring complex infrastructure or configuration. They emphasize performance, simplicity and working directly with SQL and database objects.