When using an ORM such as NHibernate or Entity Framework with AutoMapper's standard Mapper.Map functions, you may notice that the ORM will query all the fields of all the objects within a graph when AutoMapper is attempting to map the results to a de…
http://jahav.com/blog/automapper-queryable-extensions/ How to generate a LINQ query for your DTOs AutoMapper is a really cool library that allows us to map one object to another, e.g. when passing objects through layers of our application, where we w…