valueinjecter - Automapper vs Value Injecter Performance and Flexiblitiy as of 2014 -
from automapper , value injecter 1 fastest, 1 flexible one? of 2014 (today) not evaluation of past
if worried performance can use smartconventioninjection, learns matches between pairs of types , works faster because of that, doesn't uses value of property in matching algorithm ( times don't need that) can see here:
http://valueinjecter.codeplex.com/wikipage?title=smartconventioninjection
there speed tests well
for differences, flexibility, see question: automapper vs valueinjecter
Comments
Post a Comment