AutoMapper’s ForMember

Calling AutoMapper’s ForMember has been bugging me lately with having to deal with its member configuration options like so: The member configuration options provides much more than just MapFrom but 99 times out of 100 I’m only dealing with MapFrom. What I’d really like is something like this: In looking around I did find http://trycatchfail.com/blog/post/A-More-Fluent-API-For-AutoMapper.aspx.…

Read More