There is no reason you could not use both together by calling Mapper.Map from an implicit statement.
Using AutoMapper allows you to rely on automatically generated matching code, so you do not need to use ForMember to match each member individually.
David pfeffer
source share