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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -