1

From Automapper and Value Injecter which one is the fastest, which one is the flexible one? as of 2014 (today) not the evaluation of the past

Mosby
  • 53
  • 1
  • 8

1 Answers1

0

if your worried about performance you can use the SmartConventionInjection, which learns the matches between pairs of types and works faster because of that, also it doesn't uses the value of the property in the matching algorithm ( most times you don't need that) you can see it here:

http://valueinjecter.codeplex.com/wikipage?title=SmartConventionInjection

there are some speed tests as well

for differences, flexibility, see this question: AutoMapper vs ValueInjecter

Community
  • 1
  • 1
Omu
  • 69,856
  • 92
  • 277
  • 407