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

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -