Folks,
Im considering using a microORM such as Dapper.net for the read access component of a CQRS application (Asp.Net MVC), with Entity Framework being used for manipulating the domain....This is CQRS light, I am not using event sourcing etc. I have seen...