Micro-ORM are lean and mean object relational mappers. They tend to have very basic features but perform very well. Perfect example would be Dapper from StackOverflow team.
Some other examples of Micro-ORM are below:
There are some useful extensions to Dapper to do the simple crud operations on the entities. Some of them are below:
Listen to Scott Hanselman, Rob Conery and Sam Saffron discuss The Rise of Micro-ORM on Hanselminutes Podcase episode. It is very informative.