+Contrary to popular opinion that mapping is not needed, and AutoMapper (and MagicMapper being fork of it), I only partially agree. AutoMapper/MagicMapper don't needed for the large and complex project where mapping become complicated. Also AutoMapper/MagicMapper don't need for relatively simple projects, where you may not even mapping at all, since you don't have lot of code and lot of teams. But if you creating largish application, and setting up layers, and want these layers to be enforced, I think MagicMapper will have it's value. But you always should test your profiles using [Configuration Validation](Configuration-validation.html).
0 commit comments